Html Css Color HEX #C22CC6 Fuchsia

📋 copy color: '#C22CC6'

red 194 ◦ green 44 ◦ blue 198

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

Shades of Fuchsia #C22CC6

Tints of Fuchsia #C22CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.41%

R = 44.5%
G = 10.09%
B = 45.41%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C22CC6 (or 0xC22CC6) is known color: Fuchsia. HEX triplet: C2, 2C and C6. RGB value is (194,44,198). Sum of RGB (Red+Green+Blue) = 194+44+198=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #C22CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CC6 is #3DD339. Grayscale: #696969. Windows color (decimal): -4051770 or 12987586. OLE color: 12987586.

HSL color Cylindrical-coordinate representation of color #C22CC6: hue angle of 298.44º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22CC6 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 44 198 -
CMYK 0.02 0.78 0 0.22
HSL 298.44º 0.64% 0.47% -
HSV(B) 298.44º 0.78% 0.78% -
XYZ 33.34 17.35 55.02 -
YUV 106.41 179.7 190.48 -
System Red Green Blue C M Y K H S L
Decimal 194 44 198 0.02 0.78 0 0.22 298.44 0.64 0.47
Hex C2 2C C6 2 4E 0 16 12A 40 2F
Octal 302 54 306 2 116 0 26 452 100 57
Binary 11000010 101100 11000110 10 1001110 0 10110 100101010 1000000 101111

Color Harmonies of #C22CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22CC6

Black with #C22CC6

Text Example


Text Example

White with #C22CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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