Html Css Color HEX #CC3FCD Fuchsia

📋 copy color: '#CC3FCD'

red 204 ◦ green 63 ◦ blue 205

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

Shades of Fuchsia #CC3FCD

Tints of Fuchsia #CC3FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 13.35%

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

R = 43.22%
G = 13.35%
B = 43.43%

CMYK

 C value IS 0.00

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC3FCD (or 0xCC3FCD) is known color: Fuchsia. HEX triplet: CC, 3F and CD. RGB value is (204,63,205). Sum of RGB (Red+Green+Blue) = 204+63+205=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC3FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FCD is #33C032. Grayscale: #787878. Windows color (decimal): -3391539 or 13451212. OLE color: 13451212.

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

Color convert

RGB 204 63 205 -
CMYK 0.00 0.69 0 0.20
HSL 299.58º 0.59% 0.53% -
HSV(B) 299.58º 0.69% 0.8% -
XYZ 37.7 20.8 59.79 -
YUV 121.35 175.21 186.95 -
System Red Green Blue C M Y K H S L
Decimal 204 63 205 0.00 0.69 0 0.20 299.58 0.59 0.53
Hex CC 3F CD 0 45 0 14 12C 3B 35
Octal 314 77 315 0 105 0 24 454 73 65
Binary 11001100 111111 11001101 0 1000101 0 10100 100101100 111011 110101

Color Harmonies of #CC3FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FCD

Black with #CC3FCD

Text Example


Text Example

White with #CC3FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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