Html Css Color HEX #CC2ABB Fuchsia

📋 copy color: '#CC2ABB'

red 204 ◦ green 42 ◦ blue 187

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

Shades of Fuchsia #CC2ABB

Tints of Fuchsia #CC2ABB

RGB

 RED value IS 204 (80.08% from 255) = 47.11%

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

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

R = 47.11%
G = 9.7%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC2ABB (or 0xCC2ABB) is known color: Fuchsia. HEX triplet: CC, 2A and BB. RGB value is (204,42,187). Sum of RGB (Red+Green+Blue) = 204+42+187=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2ABB is #33D544. Grayscale: #6A6A6A. Windows color (decimal): -3396933 or 12266188. OLE color: 12266188.

HSL color Cylindrical-coordinate representation of color #CC2ABB: hue angle of 306.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2ABB is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 42 187 -
CMYK 0 0.79 0.08 0.2
HSL 306.3º 0.66% 0.48% -
HSV(B) 306.3º 0.79% 0.8% -
XYZ 34.7 18.08 48.67 -
YUV 106.97 173.17 197.21 -
System Red Green Blue C M Y K H S L
Decimal 204 42 187 0 0.79 0.08 0.2 306.3 0.66 0.48
Hex CC 2A BB 0 4F 8 14 132 42 30
Octal 314 52 273 0 117 10 24 462 102 60
Binary 11001100 101010 10111011 0 1001111 1000 10100 100110010 1000010 110000

Color Harmonies of #CC2ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2ABB

Black with #CC2ABB

Text Example


Text Example

White with #CC2ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2ABB; }

 p { color: rgb(204,42,187); }

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

background-color css

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

 a { background-color: rgb(204,42,187); }

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

border-color css

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

 span { border-color: rgb(204,42,187); }

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