Html Css Color HEX #CC2CCE Fuchsia

📋 copy color: '#CC2CCE'

red 204 ◦ green 44 ◦ blue 206

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

Shades of Fuchsia #CC2CCE

Tints of Fuchsia #CC2CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 44.93%
G = 9.69%
B = 45.37%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC2CCE (or 0xCC2CCE) is known color: Fuchsia. HEX triplet: CC, 2C and CE. RGB value is (204,44,206). Sum of RGB (Red+Green+Blue) = 204+44+206=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC2CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CCE is #33D331. Grayscale: #6D6D6D. Windows color (decimal): -3396402 or 13511884. OLE color: 13511884.

HSL color Cylindrical-coordinate representation of color #CC2CCE: hue angle of 299.26º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2CCE is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 44 206 -
CMYK 0.01 0.79 0 0.19
HSL 299.26º 0.65% 0.49% -
HSV(B) 299.26º 0.79% 0.81% -
XYZ 36.94 19.09 60.13 -
YUV 110.31 182.01 194.83 -
System Red Green Blue C M Y K H S L
Decimal 204 44 206 0.01 0.79 0 0.19 299.26 0.65 0.49
Hex CC 2C CE 1 4F 0 13 12B 41 31
Octal 314 54 316 1 117 0 23 453 101 61
Binary 11001100 101100 11001110 1 1001111 0 10011 100101011 1000001 110001

Color Harmonies of #CC2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CCE

Black with #CC2CCE

Text Example


Text Example

White with #CC2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CCE; }

 p { color: rgb(204,44,206); }

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

background-color css

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

 a { background-color: rgb(204,44,206); }

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

border-color css

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

 span { border-color: rgb(204,44,206); }

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