Html Css Color HEX #C02474 Medium Red Violet

📋 copy color: '#C02474'

red 192 ◦ green 36 ◦ blue 116

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

Shades of Medium Red Violet #C02474

Tints of Medium Red Violet #C02474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 55.81%
G = 10.47%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C02474 (or 0xC02474) is known color: Medium Red Violet. HEX triplet: C0, 24 and 74. RGB value is (192,36,116). Sum of RGB (Red+Green+Blue) = 192+36+116=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C02474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02474 is #3FDB8B. Grayscale: #5B5B5B. Windows color (decimal): -4184972 or 7611584. OLE color: 7611584.

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

Color convert

RGB 192 36 116 -
CMYK 0 0.81 0.40 0.25
HSL 329.23º 0.68% 0.45% -
HSV(B) 329.23º 0.81% 0.75% -
XYZ 25.52 13.73 17.83 -
YUV 91.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 192 36 116 0 0.81 0.40 0.25 329.23 0.68 0.45
Hex C0 24 74 0 51 28 19 149 44 2D
Octal 300 44 164 0 121 50 31 511 104 55
Binary 11000000 100100 1110100 0 1010001 101000 11001 101001001 1000100 101101

Color Harmonies of #C02474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02474

Black with #C02474

Text Example


Text Example

White with #C02474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02474; }

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

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

background-color css

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

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

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

border-color css

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

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

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