Html Css Color HEX #C22FAB Medium Red Violet

📋 copy color: '#C22FAB'

red 194 ◦ green 47 ◦ blue 171

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

Shades of Medium Red Violet #C22FAB

Tints of Medium Red Violet #C22FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.41%

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

R = 47.09%
G = 11.41%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C22FAB (or 0xC22FAB) is known color: Medium Red Violet. HEX triplet: C2, 2F and AB. RGB value is (194,47,171). Sum of RGB (Red+Green+Blue) = 194+47+171=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C22FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22FAB is #3DD054. Grayscale: #686868. Windows color (decimal): -4051029 or 11218882. OLE color: 11218882.

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

Color convert

RGB 194 47 171 -
CMYK 0 0.76 0.12 0.24
HSL 309.39º 0.61% 0.47% -
HSV(B) 309.39º 0.76% 0.76% -
XYZ 30.62 16.44 40.09 -
YUV 105.09 165.2 191.42 -
System Red Green Blue C M Y K H S L
Decimal 194 47 171 0 0.76 0.12 0.24 309.39 0.61 0.47
Hex C2 2F AB 0 4C C 18 135 3D 2F
Octal 302 57 253 0 114 14 30 465 75 57
Binary 11000010 101111 10101011 0 1001100 1100 11000 100110101 111101 101111

Color Harmonies of #C22FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22FAB

Black with #C22FAB

Text Example


Text Example

White with #C22FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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