Html Css Color HEX #C02570 Medium Red Violet

📋 copy color: '#C02570'

red 192 ◦ green 37 ◦ blue 112

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

Shades of Medium Red Violet #C02570

Tints of Medium Red Violet #C02570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.85%

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

R = 56.3%
G = 10.85%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C02570 (or 0xC02570) is known color: Medium Red Violet. HEX triplet: C0, 25 and 70. RGB value is (192,37,112). Sum of RGB (Red+Green+Blue) = 192+37+112=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C02570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02570 is #3FDA8F. Grayscale: #5B5B5B. Windows color (decimal): -4184720 or 7349696. OLE color: 7349696.

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

Color convert

RGB 192 37 112 -
CMYK 0 0.81 0.42 0.25
HSL 330.97º 0.68% 0.45% -
HSV(B) 330.97º 0.81% 0.75% -
XYZ 25.32 13.7 16.64 -
YUV 91.9 139.35 199.4 -
System Red Green Blue C M Y K H S L
Decimal 192 37 112 0 0.81 0.42 0.25 330.97 0.68 0.45
Hex C0 25 70 0 51 2A 19 14B 44 2D
Octal 300 45 160 0 121 52 31 513 104 55
Binary 11000000 100101 1110000 0 1010001 101010 11001 101001011 1000100 101101

Color Harmonies of #C02570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02570

Black with #C02570

Text Example


Text Example

White with #C02570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02570; }

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

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

background-color css

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

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

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

border-color css

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

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

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