Html Css Color HEX #C01087 Medium Violet Red

📋 copy color: '#C01087'

red 192 ◦ green 16 ◦ blue 135

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

Shades of Medium Violet Red #C01087

Tints of Medium Violet Red #C01087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.66%

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

R = 55.98%
G = 4.66%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C01087 (or 0xC01087) is known color: Medium Violet Red. HEX triplet: C0, 10 and 87. RGB value is (192,16,135). Sum of RGB (Red+Green+Blue) = 192+16+135=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C01087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01087 is #3FEF78. Grayscale: #515151. Windows color (decimal): -4190073 or 8851648. OLE color: 8851648.

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

Color convert

RGB 192 16 135 -
CMYK 0 0.92 0.30 0.25
HSL 319.43º 0.85% 0.41% -
HSV(B) 319.43º 0.92% 0.75% -
XYZ 26.3 13.33 24.11 -
YUV 82.19 157.81 206.32 -
System Red Green Blue C M Y K H S L
Decimal 192 16 135 0 0.92 0.30 0.25 319.43 0.85 0.41
Hex C0 10 87 0 5C 1E 19 13F 55 29
Octal 300 20 207 0 134 36 31 477 125 51
Binary 11000000 10000 10000111 0 1011100 11110 11001 100111111 1010101 101001

Color Harmonies of #C01087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01087

Black with #C01087

Text Example


Text Example

White with #C01087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01087; }

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

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

background-color css

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

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

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

border-color css

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

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

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