Html Css Color HEX #C02387 Medium Violet Red

📋 copy color: '#C02387'

red 192 ◦ green 35 ◦ blue 135

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

Shades of Medium Violet Red #C02387

Tints of Medium Violet Red #C02387

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.67%

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

R = 53.04%
G = 9.67%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C02387 (or 0xC02387) is known color: Medium Violet Red. HEX triplet: C0, 23 and 87. RGB value is (192,35,135). Sum of RGB (Red+Green+Blue) = 192+35+135=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C02387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02387 is #3FDC78. Grayscale: #5D5D5D. Windows color (decimal): -4185209 or 8856512. OLE color: 8856512.

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

Color convert

RGB 192 35 135 -
CMYK 0 0.82 0.30 0.25
HSL 321.78º 0.69% 0.45% -
HSV(B) 321.78º 0.82% 0.75% -
XYZ 26.71 14.16 24.25 -
YUV 93.34 151.51 198.37 -
System Red Green Blue C M Y K H S L
Decimal 192 35 135 0 0.82 0.30 0.25 321.78 0.69 0.45
Hex C0 23 87 0 52 1E 19 142 45 2D
Octal 300 43 207 0 122 36 31 502 105 55
Binary 11000000 100011 10000111 0 1010010 11110 11001 101000010 1000101 101101

Color Harmonies of #C02387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02387

Black with #C02387

Text Example


Text Example

White with #C02387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02387; }

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

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

background-color css

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

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

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

border-color css

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

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

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