Html Css Color HEX #C22CBB Fuchsia

📋 copy color: '#C22CBB'

red 194 ◦ green 44 ◦ blue 187

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

Shades of Fuchsia #C22CBB

Tints of Fuchsia #C22CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44%

R = 45.65%
G = 10.35%
B = 44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C22CBB (or 0xC22CBB) is known color: Fuchsia. HEX triplet: C2, 2C and BB. RGB value is (194,44,187). Sum of RGB (Red+Green+Blue) = 194+44+187=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C22CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CBB is #3DD344. Grayscale: #686868. Windows color (decimal): -4051781 or 12266690. OLE color: 12266690.

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

Color convert

RGB 194 44 187 -
CMYK 0 0.77 0.04 0.24
HSL 302.8º 0.63% 0.47% -
HSV(B) 302.8º 0.77% 0.76% -
XYZ 32.12 16.86 48.57 -
YUV 105.15 174.2 191.37 -
System Red Green Blue C M Y K H S L
Decimal 194 44 187 0 0.77 0.04 0.24 302.8 0.63 0.47
Hex C2 2C BB 0 4D 4 18 12F 3F 2F
Octal 302 54 273 0 115 4 30 457 77 57
Binary 11000010 101100 10111011 0 1001101 100 11000 100101111 111111 101111

Color Harmonies of #C22CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22CBB

Black with #C22CBB

Text Example


Text Example

White with #C22CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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