Html Css Color HEX #C22470 Medium Red Violet

📋 copy color: '#C22470'

red 194 ◦ green 36 ◦ blue 112

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

Shades of Medium Red Violet #C22470

Tints of Medium Red Violet #C22470

RGB

 RED value IS 194 (76.17% from 255) = 56.73%

 GREEN value IS 36 (14.45% from 255) = 10.53%

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

R = 56.73%
G = 10.53%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C22470 (or 0xC22470) is known color: Medium Red Violet. HEX triplet: C2, 24 and 70. RGB value is (194,36,112). Sum of RGB (Red+Green+Blue) = 194+36+112=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C22470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22470 is #3DDB8F. Grayscale: #5B5B5B. Windows color (decimal): -4053904 or 7349442. OLE color: 7349442.

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

Color convert

RGB 194 36 112 -
CMYK 0 0.81 0.42 0.24
HSL 331.14º 0.69% 0.45% -
HSV(B) 331.14º 0.81% 0.76% -
XYZ 25.8 13.9 16.65 -
YUV 91.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 194 36 112 0 0.81 0.42 0.24 331.14 0.69 0.45
Hex C2 24 70 0 51 2A 18 14B 45 2D
Octal 302 44 160 0 121 52 30 513 105 55
Binary 11000010 100100 1110000 0 1010001 101010 11000 101001011 1000101 101101

Color Harmonies of #C22470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22470

Black with #C22470

Text Example


Text Example

White with #C22470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22470; }

 p { color: rgb(194,36,112); }

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

background-color css

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

 a { background-color: rgb(194,36,112); }

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

border-color css

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

 span { border-color: rgb(194,36,112); }

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