Html Css Color HEX #C01287 Medium Violet Red

📋 copy color: '#C01287'

red 192 ◦ green 18 ◦ blue 135

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

Shades of Medium Violet Red #C01287

Tints of Medium Violet Red #C01287

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.22%

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

R = 55.65%
G = 5.22%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C01287 (or 0xC01287) is known color: Medium Violet Red. HEX triplet: C0, 12 and 87. RGB value is (192,18,135). Sum of RGB (Red+Green+Blue) = 192+18+135=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C01287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01287 is #3FED78. Grayscale: #535353. Windows color (decimal): -4189561 or 8852160. OLE color: 8852160.

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

Color convert

RGB 192 18 135 -
CMYK 0 0.91 0.30 0.25
HSL 319.66º 0.83% 0.41% -
HSV(B) 319.66º 0.91% 0.75% -
XYZ 26.33 13.39 24.12 -
YUV 83.36 157.15 205.49 -
System Red Green Blue C M Y K H S L
Decimal 192 18 135 0 0.91 0.30 0.25 319.66 0.83 0.41
Hex C0 12 87 0 5B 1E 19 140 53 29
Octal 300 22 207 0 133 36 31 500 123 51
Binary 11000000 10010 10000111 0 1011011 11110 11001 101000000 1010011 101001

Color Harmonies of #C01287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01287

Black with #C01287

Text Example


Text Example

White with #C01287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01287; }

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

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

background-color css

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

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

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

border-color css

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

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

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