Html Css Color HEX #CC5DCD Fuchsia

📋 copy color: '#CC5DCD'

red 204 ◦ green 93 ◦ blue 205

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

Shades of Fuchsia #CC5DCD

Tints of Fuchsia #CC5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.53%

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

R = 40.64%
G = 18.53%
B = 40.84%

CMYK

 C value IS 0.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC5DCD (or 0xCC5DCD) is known color: Fuchsia. HEX triplet: CC, 5D and CD. RGB value is (204,93,205). Sum of RGB (Red+Green+Blue) = 204+93+205=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC5DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DCD is #33A232. Grayscale: #8A8A8A. Windows color (decimal): -3383859 or 13458892. OLE color: 13458892.

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

Color convert

RGB 204 93 205 -
CMYK 0.00 0.55 0 0.20
HSL 299.46º 0.53% 0.58% -
HSV(B) 299.46º 0.55% 0.8% -
XYZ 39.84 25.07 60.5 -
YUV 138.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 204 93 205 0.00 0.55 0 0.20 299.46 0.53 0.58
Hex CC 5D CD 0 37 0 14 12B 35 3A
Octal 314 135 315 0 67 0 24 453 65 72
Binary 11001100 1011101 11001101 0 110111 0 10100 100101011 110101 111010

Color Harmonies of #CC5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5DCD

Black with #CC5DCD

Text Example


Text Example

White with #CC5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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