Html Css Color HEX #C02476 Medium Red Violet

📋 copy color: '#C02476'

red 192 ◦ green 36 ◦ blue 118

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

Shades of Medium Red Violet #C02476

Tints of Medium Red Violet #C02476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 55.49%
G = 10.4%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C02476 (or 0xC02476) is known color: Medium Red Violet. HEX triplet: C0, 24 and 76. RGB value is (192,36,118). Sum of RGB (Red+Green+Blue) = 192+36+118=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C02476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02476 is #3FDB89. Grayscale: #5B5B5B. Windows color (decimal): -4184970 or 7742656. OLE color: 7742656.

HSL color Cylindrical-coordinate representation of color #C02476: hue angle of 328.46º 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 #C02476 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 118 -
CMYK 0 0.81 0.39 0.25
HSL 328.46º 0.68% 0.45% -
HSV(B) 328.46º 0.81% 0.75% -
XYZ 25.64 13.78 18.45 -
YUV 91.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 192 36 118 0 0.81 0.39 0.25 328.46 0.68 0.45
Hex C0 24 76 0 51 27 19 148 44 2D
Octal 300 44 166 0 121 47 31 510 104 55
Binary 11000000 100100 1110110 0 1010001 100111 11001 101001000 1000100 101101

Color Harmonies of #C02476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02476

Black with #C02476

Text Example


Text Example

White with #C02476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02476; }

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

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

background-color css

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

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

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

border-color css

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

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

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