Html Css Color HEX #CC4CCD Fuchsia

📋 copy color: '#CC4CCD'

red 204 ◦ green 76 ◦ blue 205

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

Shades of Fuchsia #CC4CCD

Tints of Fuchsia #CC4CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.67%

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

R = 42.06%
G = 15.67%
B = 42.27%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC4CCD (or 0xCC4CCD) is known color: Fuchsia. HEX triplet: CC, 4C and CD. RGB value is (204,76,205). Sum of RGB (Red+Green+Blue) = 204+76+205=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC4CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CCD is #33B332. Grayscale: #808080. Windows color (decimal): -3388211 or 13454540. OLE color: 13454540.

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

Color convert

RGB 204 76 205 -
CMYK 0.00 0.63 0 0.20
HSL 299.53º 0.56% 0.55% -
HSV(B) 299.53º 0.63% 0.8% -
XYZ 38.51 22.41 60.05 -
YUV 128.98 170.91 181.51 -
System Red Green Blue C M Y K H S L
Decimal 204 76 205 0.00 0.63 0 0.20 299.53 0.56 0.55
Hex CC 4C CD 0 3F 0 14 12C 38 37
Octal 314 114 315 0 77 0 24 454 70 67
Binary 11001100 1001100 11001101 0 111111 0 10100 100101100 111000 110111

Color Harmonies of #CC4CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CCD

Black with #CC4CCD

Text Example


Text Example

White with #CC4CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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