Html Css Color HEX #C2278B Medium Red Violet

📋 copy color: '#C2278B'

red 194 ◦ green 39 ◦ blue 139

#C2278B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C2278B

Tints of Medium Red Violet #C2278B

RGB

 RED value IS 194 (76.17% from 255) = 52.15%

 GREEN value IS 39 (15.63% from 255) = 10.48%

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 52.15%
G = 10.48%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2278B (or 0xC2278B) is known color: Medium Red Violet. HEX triplet: C2, 27 and 8B. RGB value is (194,39,139). Sum of RGB (Red+Green+Blue) = 194+39+139=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2278B is #3DD874. Grayscale: #606060. Windows color (decimal): -4053109 or 9119682. OLE color: 9119682.

HSL color Cylindrical-coordinate representation of color #C2278B: hue angle of 321.29º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2278B is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 139 -
CMYK 0 0.80 0.28 0.24
HSL 321.29º 0.67% 0.46% -
HSV(B) 321.29º 0.8% 0.76% -
XYZ 27.63 14.78 25.82 -
YUV 96.75 151.85 197.37 -
System Red Green Blue C M Y K H S L
Decimal 194 39 139 0 0.80 0.28 0.24 321.29 0.67 0.46
Hex C2 27 8B 0 50 1C 18 141 43 2E
Octal 302 47 213 0 120 34 30 501 103 56
Binary 11000010 100111 10001011 0 1010000 11100 11000 101000001 1000011 101110

Color Harmonies of #C2278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2278B

Black with #C2278B

Text Example


Text Example

White with #C2278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2278B; }

 p { color: rgb(194,39,139); }

 H1.HeaderClassName
 {
   color: #C2278B;
 }
 .AnyTagClassName
 {
   color: #C2278B;
 }
</style>

background-color css

<style>
 a { background-color: #C2278B; }

 a { background-color: rgb(194,39,139); }

 div.DivClassName
 {
   background-color: #C2278B;
 }
 .BgClassName
 {
   background-color: #C2278B;
 }
</style>

border-color css

<style>
 span { border-color: #C2278B; }

 span { border-color: rgb(194,39,139); }

 td.TdClassName
 {
   border-color: #C2278B;
 }
 .TagClassName
 {
   border-color: #C2278B;
 }
</style>