Html Css Color HEX #C02970 Medium Red Violet

📋 copy color: '#C02970'

red 192 ◦ green 41 ◦ blue 112

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

Shades of Medium Red Violet #C02970

Tints of Medium Red Violet #C02970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.88%

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

R = 55.65%
G = 11.88%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C02970 (or 0xC02970) is known color: Medium Red Violet. HEX triplet: C0, 29 and 70. RGB value is (192,41,112). Sum of RGB (Red+Green+Blue) = 192+41+112=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C02970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02970 is #3FD68F. Grayscale: #5E5E5E. Windows color (decimal): -4183696 or 7350720. OLE color: 7350720.

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

Color convert

RGB 192 41 112 -
CMYK 0 0.79 0.42 0.25
HSL 331.79º 0.65% 0.46% -
HSV(B) 331.79º 0.79% 0.75% -
XYZ 25.46 13.96 16.68 -
YUV 94.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 192 41 112 0 0.79 0.42 0.25 331.79 0.65 0.46
Hex C0 29 70 0 4F 2A 19 14C 41 2E
Octal 300 51 160 0 117 52 31 514 101 56
Binary 11000000 101001 1110000 0 1001111 101010 11001 101001100 1000001 101110

Color Harmonies of #C02970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02970

Black with #C02970

Text Example


Text Example

White with #C02970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02970; }

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

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

background-color css

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

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

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

border-color css

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

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

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