Html Css Color HEX #C00087 Medium Violet Red

📋 copy color: '#C00087'

red 192 ◦ green 0 ◦ blue 135

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

Shades of Medium Violet Red #C00087

Tints of Medium Violet Red #C00087

RGB

 RED value IS 192 (75.39% from 255) = 58.72%

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

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

R = 58.72%
G = 0%
B = 41.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C00087 (or 0xC00087) is known color: Medium Violet Red. HEX triplet: C0, 00 and 87. RGB value is (192,0,135). Sum of RGB (Red+Green+Blue) = 192+0+135=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C00087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00087 is #3FFF78. Grayscale: #484848. Windows color (decimal): -4194169 or 8847552. OLE color: 8847552.

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

Color convert

RGB 192 0 135 -
CMYK 0 1 0.30 0.25
HSL 317.81º 1% 0.38% -
HSV(B) 317.81º 1% 0.75% -
XYZ 26.11 12.96 24.05 -
YUV 72.8 163.11 213.02 -
System Red Green Blue C M Y K H S L
Decimal 192 0 135 0 1 0.30 0.25 317.81 1 0.38
Hex C0 0 87 0 64 1E 19 13E 64 26
Octal 300 0 207 0 144 36 31 476 144 46
Binary 11000000 0 10000111 0 1100100 11110 11001 100111110 1100100 100110

Color Harmonies of #C00087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00087

Black with #C00087

Text Example


Text Example

White with #C00087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00087; }

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

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

background-color css

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

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

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

border-color css

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

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

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