Html Css Color HEX #C02A70 Medium Red Violet

📋 copy color: '#C02A70'

red 192 ◦ green 42 ◦ blue 112

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

Shades of Medium Red Violet #C02A70

Tints of Medium Red Violet #C02A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.14%

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 55.49%
G = 12.14%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C02A70 (or 0xC02A70) is known color: Medium Red Violet. HEX triplet: C0, 2A and 70. RGB value is (192,42,112). Sum of RGB (Red+Green+Blue) = 192+42+112=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A70 is #3FD58F. Grayscale: #5E5E5E. Windows color (decimal): -4183440 or 7350976. OLE color: 7350976.

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

Color convert

RGB 192 42 112 -
CMYK 0 0.78 0.42 0.25
HSL 332º 0.64% 0.46% -
HSV(B) 332º 0.78% 0.75% -
XYZ 25.49 14.03 16.69 -
YUV 94.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 192 42 112 0 0.78 0.42 0.25 332 0.64 0.46
Hex C0 2A 70 0 4E 2A 19 14C 40 2E
Octal 300 52 160 0 116 52 31 514 100 56
Binary 11000000 101010 1110000 0 1001110 101010 11001 101001100 1000000 101110

Color Harmonies of #C02A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A70

Black with #C02A70

Text Example


Text Example

White with #C02A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A70; }

 p { color: rgb(192,42,112); }

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

background-color css

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

 a { background-color: rgb(192,42,112); }

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

border-color css

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

 span { border-color: rgb(192,42,112); }

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