Html Css Color HEX #C02370 Medium Red Violet

📋 copy color: '#C02370'

red 192 ◦ green 35 ◦ blue 112

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

Shades of Medium Red Violet #C02370

Tints of Medium Red Violet #C02370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.32%

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

R = 56.64%
G = 10.32%
B = 33.04%

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

#C02370 (or 0xC02370) is known color: Medium Red Violet. HEX triplet: C0, 23 and 70. RGB value is (192,35,112). Sum of RGB (Red+Green+Blue) = 192+35+112=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C02370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02370 is #3FDC8F. Grayscale: #5A5A5A. Windows color (decimal): -4185232 or 7349184. OLE color: 7349184.

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

Color convert

RGB 192 35 112 -
CMYK 0 0.82 0.42 0.25
HSL 330.57º 0.69% 0.45% -
HSV(B) 330.57º 0.82% 0.75% -
XYZ 25.26 13.58 16.62 -
YUV 90.72 140.01 200.24 -
System Red Green Blue C M Y K H S L
Decimal 192 35 112 0 0.82 0.42 0.25 330.57 0.69 0.45
Hex C0 23 70 0 52 2A 19 14B 45 2D
Octal 300 43 160 0 122 52 31 513 105 55
Binary 11000000 100011 1110000 0 1010010 101010 11001 101001011 1000101 101101

Color Harmonies of #C02370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02370

Black with #C02370

Text Example


Text Example

White with #C02370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02370; }

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

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

background-color css

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

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

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

border-color css

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

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

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