Html Css Color HEX #C22AAE Fuchsia

📋 copy color: '#C22AAE'

red 194 ◦ green 42 ◦ blue 174

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

Shades of Fuchsia #C22AAE

Tints of Fuchsia #C22AAE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.24%

 BLUE value IS 174 (68.36% from 255) = 42.44%

R = 47.32%
G = 10.24%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C22AAE (or 0xC22AAE) is known color: Fuchsia. HEX triplet: C2, 2A and AE. RGB value is (194,42,174). Sum of RGB (Red+Green+Blue) = 194+42+174=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C22AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22AAE is #3DD551. Grayscale: #666666. Windows color (decimal): -4052306 or 11414210. OLE color: 11414210.

HSL color Cylindrical-coordinate representation of color #C22AAE: hue angle of 307.89º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22AAE is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 42 174 -
CMYK 0 0.78 0.10 0.24
HSL 307.89º 0.64% 0.46% -
HSV(B) 307.89º 0.78% 0.76% -
XYZ 30.72 16.18 41.55 -
YUV 102.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 194 42 174 0 0.78 0.10 0.24 307.89 0.64 0.46
Hex C2 2A AE 0 4E A 18 134 40 2E
Octal 302 52 256 0 116 12 30 464 100 56
Binary 11000010 101010 10101110 0 1001110 1010 11000 100110100 1000000 101110

Color Harmonies of #C22AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22AAE

Black with #C22AAE

Text Example


Text Example

White with #C22AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22AAE; }

 p { color: rgb(194,42,174); }

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

background-color css

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

 a { background-color: rgb(194,42,174); }

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

border-color css

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

 span { border-color: rgb(194,42,174); }

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