Html Css Color HEX #C20087 Medium Violet Red

📋 copy color: '#C20087'

red 194 ◦ green 0 ◦ blue 135

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

Shades of Medium Violet Red #C20087

Tints of Medium Violet Red #C20087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 58.97%
G = 0%
B = 41.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C20087 (or 0xC20087) is known color: Medium Violet Red. HEX triplet: C2, 00 and 87. RGB value is (194,0,135). Sum of RGB (Red+Green+Blue) = 194+0+135=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C20087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20087 is #3DFF78. Grayscale: #494949. Windows color (decimal): -4063097 or 8847554. OLE color: 8847554.

HSL color Cylindrical-coordinate representation of color #C20087: hue angle of 318.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20087 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 135 -
CMYK 0 1 0.30 0.24
HSL 318.25º 1% 0.38% -
HSV(B) 318.25º 1% 0.76% -
XYZ 26.62 13.22 24.07 -
YUV 73.4 162.77 214.02 -
System Red Green Blue C M Y K H S L
Decimal 194 0 135 0 1 0.30 0.24 318.25 1 0.38
Hex C2 0 87 0 64 1E 18 13E 64 26
Octal 302 0 207 0 144 36 30 476 144 46
Binary 11000010 0 10000111 0 1100100 11110 11000 100111110 1100100 100110

Color Harmonies of #C20087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20087

Black with #C20087

Text Example


Text Example

White with #C20087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20087; }

 p { color: rgb(194,0,135); }

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

background-color css

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

 a { background-color: rgb(194,0,135); }

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

border-color css

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

 span { border-color: rgb(194,0,135); }

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