Html Css Color HEX #C02074 Medium Violet Red

📋 copy color: '#C02074'

red 192 ◦ green 32 ◦ blue 116

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

Shades of Medium Violet Red #C02074

Tints of Medium Violet Red #C02074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.41%

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

R = 56.47%
G = 9.41%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C02074 (or 0xC02074) is known color: Medium Violet Red. HEX triplet: C0, 20 and 74. RGB value is (192,32,116). Sum of RGB (Red+Green+Blue) = 192+32+116=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C02074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02074 is #3FDF8B. Grayscale: #595959. Windows color (decimal): -4185996 or 7610560. OLE color: 7610560.

HSL color Cylindrical-coordinate representation of color #C02074: hue angle of 328.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02074 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 116 -
CMYK 0 0.83 0.40 0.25
HSL 328.5º 0.71% 0.44% -
HSV(B) 328.5º 0.83% 0.75% -
XYZ 25.41 13.5 17.79 -
YUV 89.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 192 32 116 0 0.83 0.40 0.25 328.5 0.71 0.44
Hex C0 20 74 0 53 28 19 148 47 2C
Octal 300 40 164 0 123 50 31 510 107 54
Binary 11000000 100000 1110100 0 1010011 101000 11001 101001000 1000111 101100

Color Harmonies of #C02074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02074

Black with #C02074

Text Example


Text Example

White with #C02074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02074; }

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

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

background-color css

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

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

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

border-color css

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

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

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