Html Css Color HEX #C02270 Medium Violet Red

📋 copy color: '#C02270'

red 192 ◦ green 34 ◦ blue 112

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

Shades of Medium Violet Red #C02270

Tints of Medium Violet Red #C02270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.06%

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

R = 56.8%
G = 10.06%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C02270 (or 0xC02270) is known color: Medium Violet Red. HEX triplet: C0, 22 and 70. RGB value is (192,34,112). Sum of RGB (Red+Green+Blue) = 192+34+112=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C02270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02270 is #3FDD8F. Grayscale: #595959. Windows color (decimal): -4185488 or 7348928. OLE color: 7348928.

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

Color convert

RGB 192 34 112 -
CMYK 0 0.82 0.42 0.25
HSL 330.38º 0.7% 0.44% -
HSV(B) 330.38º 0.82% 0.75% -
XYZ 25.23 13.52 16.61 -
YUV 90.13 140.35 200.66 -
System Red Green Blue C M Y K H S L
Decimal 192 34 112 0 0.82 0.42 0.25 330.38 0.7 0.44
Hex C0 22 70 0 52 2A 19 14A 46 2C
Octal 300 42 160 0 122 52 31 512 106 54
Binary 11000000 100010 1110000 0 1010010 101010 11001 101001010 1000110 101100

Color Harmonies of #C02270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02270

Black with #C02270

Text Example


Text Example

White with #C02270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02270; }

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

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

background-color css

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

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

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

border-color css

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

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

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