Html Css Color HEX #CC2CCD Fuchsia

📋 copy color: '#CC2CCD'

red 204 ◦ green 44 ◦ blue 205

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

Shades of Fuchsia #CC2CCD

Tints of Fuchsia #CC2CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 45.03%
G = 9.71%
B = 45.25%

CMYK

 C value IS 0.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC2CCD (or 0xCC2CCD) is known color: Fuchsia. HEX triplet: CC, 2C and CD. RGB value is (204,44,205). Sum of RGB (Red+Green+Blue) = 204+44+205=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC2CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CCD is #33D332. Grayscale: #6D6D6D. Windows color (decimal): -3396403 or 13446348. OLE color: 13446348.

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

Color convert

RGB 204 44 205 -
CMYK 0.00 0.79 0 0.20
HSL 299.63º 0.65% 0.49% -
HSV(B) 299.63º 0.79% 0.8% -
XYZ 36.82 19.05 59.49 -
YUV 110.19 181.51 194.91 -
System Red Green Blue C M Y K H S L
Decimal 204 44 205 0.00 0.79 0 0.20 299.63 0.65 0.49
Hex CC 2C CD 0 4F 0 14 12C 41 31
Octal 314 54 315 0 117 0 24 454 101 61
Binary 11001100 101100 11001101 0 1001111 0 10100 100101100 1000001 110001

Color Harmonies of #CC2CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CCD

Black with #CC2CCD

Text Example


Text Example

White with #CC2CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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