Html Css Color HEX #C02487 Medium Red Violet

📋 copy color: '#C02487'

red 192 ◦ green 36 ◦ blue 135

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

Shades of Medium Red Violet #C02487

Tints of Medium Red Violet #C02487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.92%

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

R = 52.89%
G = 9.92%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C02487 (or 0xC02487) is known color: Medium Red Violet. HEX triplet: C0, 24 and 87. RGB value is (192,36,135). Sum of RGB (Red+Green+Blue) = 192+36+135=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C02487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02487 is #3FDB78. Grayscale: #5D5D5D. Windows color (decimal): -4184953 or 8856768. OLE color: 8856768.

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

Color convert

RGB 192 36 135 -
CMYK 0 0.81 0.30 0.25
HSL 321.92º 0.68% 0.45% -
HSV(B) 321.92º 0.81% 0.75% -
XYZ 26.74 14.22 24.26 -
YUV 93.93 151.18 197.95 -
System Red Green Blue C M Y K H S L
Decimal 192 36 135 0 0.81 0.30 0.25 321.92 0.68 0.45
Hex C0 24 87 0 51 1E 19 142 44 2D
Octal 300 44 207 0 121 36 31 502 104 55
Binary 11000000 100100 10000111 0 1010001 11110 11001 101000010 1000100 101101

Color Harmonies of #C02487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02487

Black with #C02487

Text Example


Text Example

White with #C02487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02487; }

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

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

background-color css

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

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

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

border-color css

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

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

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