Html Css Color HEX #C22CAB Medium Red Violet

📋 copy color: '#C22CAB'

red 194 ◦ green 44 ◦ blue 171

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

Shades of Medium Red Violet #C22CAB

Tints of Medium Red Violet #C22CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.76%

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

R = 47.43%
G = 10.76%
B = 41.81%

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

#C22CAB (or 0xC22CAB) is known color: Medium Red Violet. HEX triplet: C2, 2C and AB. RGB value is (194,44,171). Sum of RGB (Red+Green+Blue) = 194+44+171=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C22CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22CAB is #3DD354. Grayscale: #666666. Windows color (decimal): -4051797 or 11218114. OLE color: 11218114.

HSL color Cylindrical-coordinate representation of color #C22CAB: hue angle of 309.2º degrees, saturation: 0.63, 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 #C22CAB is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 44 171 -
CMYK 0 0.77 0.12 0.24
HSL 309.2º 0.63% 0.47% -
HSV(B) 309.2º 0.77% 0.76% -
XYZ 30.5 16.21 40.05 -
YUV 103.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 194 44 171 0 0.77 0.12 0.24 309.2 0.63 0.47
Hex C2 2C AB 0 4D C 18 135 3F 2F
Octal 302 54 253 0 115 14 30 465 77 57
Binary 11000010 101100 10101011 0 1001101 1100 11000 100110101 111111 101111

Color Harmonies of #C22CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22CAB

Black with #C22CAB

Text Example


Text Example

White with #C22CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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