Html Css Color HEX #C22DAB Medium Red Violet

📋 copy color: '#C22DAB'

red 194 ◦ green 45 ◦ blue 171

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

Shades of Medium Red Violet #C22DAB

Tints of Medium Red Violet #C22DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.98%

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 47.32%
G = 10.98%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C22DAB (or 0xC22DAB) is known color: Medium Red Violet. HEX triplet: C2, 2D and AB. RGB value is (194,45,171). Sum of RGB (Red+Green+Blue) = 194+45+171=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C22DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22DAB is #3DD254. Grayscale: #676767. Windows color (decimal): -4051541 or 11218370. OLE color: 11218370.

HSL color Cylindrical-coordinate representation of color #C22DAB: hue angle of 309.26º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22DAB is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 45 171 -
CMYK 0 0.77 0.12 0.24
HSL 309.26º 0.62% 0.47% -
HSV(B) 309.26º 0.77% 0.76% -
XYZ 30.54 16.29 40.06 -
YUV 103.92 165.86 192.25 -
System Red Green Blue C M Y K H S L
Decimal 194 45 171 0 0.77 0.12 0.24 309.26 0.62 0.47
Hex C2 2D AB 0 4D C 18 135 3E 2F
Octal 302 55 253 0 115 14 30 465 76 57
Binary 11000010 101101 10101011 0 1001101 1100 11000 100110101 111110 101111

Color Harmonies of #C22DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22DAB

Black with #C22DAB

Text Example


Text Example

White with #C22DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22DAB; }

 p { color: rgb(194,45,171); }

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

background-color css

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

 a { background-color: rgb(194,45,171); }

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

border-color css

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

 span { border-color: rgb(194,45,171); }

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