Html Css Color HEX #C02987 Medium Red Violet

📋 copy color: '#C02987'

red 192 ◦ green 41 ◦ blue 135

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

Shades of Medium Red Violet #C02987

Tints of Medium Red Violet #C02987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.14%

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

R = 52.17%
G = 11.14%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C02987 (or 0xC02987) is known color: Medium Red Violet. HEX triplet: C0, 29 and 87. RGB value is (192,41,135). Sum of RGB (Red+Green+Blue) = 192+41+135=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C02987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02987 is #3FD678. Grayscale: #606060. Windows color (decimal): -4183673 or 8858048. OLE color: 8858048.

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

Color convert

RGB 192 41 135 -
CMYK 0 0.79 0.30 0.25
HSL 322.65º 0.65% 0.46% -
HSV(B) 322.65º 0.79% 0.75% -
XYZ 26.9 14.54 24.31 -
YUV 96.87 149.53 195.86 -
System Red Green Blue C M Y K H S L
Decimal 192 41 135 0 0.79 0.30 0.25 322.65 0.65 0.46
Hex C0 29 87 0 4F 1E 19 143 41 2E
Octal 300 51 207 0 117 36 31 503 101 56
Binary 11000000 101001 10000111 0 1001111 11110 11001 101000011 1000001 101110

Color Harmonies of #C02987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02987

Black with #C02987

Text Example


Text Example

White with #C02987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02987; }

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

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

background-color css

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

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

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

border-color css

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

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

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