Html Css Color HEX #C22FAA Medium Red Violet

📋 copy color: '#C22FAA'

red 194 ◦ green 47 ◦ blue 170

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

Shades of Medium Red Violet #C22FAA

Tints of Medium Red Violet #C22FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 47.2%
G = 11.44%
B = 41.36%

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

#C22FAA (or 0xC22FAA) is known color: Medium Red Violet. HEX triplet: C2, 2F and AA. RGB value is (194,47,170). Sum of RGB (Red+Green+Blue) = 194+47+170=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C22FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22FAA is #3DD055. Grayscale: #686868. Windows color (decimal): -4051030 or 11153346. OLE color: 11153346.

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

Color convert

RGB 194 47 170 -
CMYK 0 0.76 0.12 0.24
HSL 309.8º 0.61% 0.47% -
HSV(B) 309.8º 0.76% 0.76% -
XYZ 30.52 16.4 39.59 -
YUV 104.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 194 47 170 0 0.76 0.12 0.24 309.8 0.61 0.47
Hex C2 2F AA 0 4C C 18 136 3D 2F
Octal 302 57 252 0 114 14 30 466 75 57
Binary 11000010 101111 10101010 0 1001100 1100 11000 100110110 111101 101111

Color Harmonies of #C22FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22FAA

Black with #C22FAA

Text Example


Text Example

White with #C22FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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