Html Css Color HEX #CC5DB4 Fuchsia

📋 copy color: '#CC5DB4'

red 204 ◦ green 93 ◦ blue 180

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

Shades of Fuchsia #CC5DB4

Tints of Fuchsia #CC5DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.74%

R = 42.77%
G = 19.5%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC5DB4 (or 0xCC5DB4) is known color: Fuchsia. HEX triplet: CC, 5D and B4. RGB value is (204,93,180). Sum of RGB (Red+Green+Blue) = 204+93+180=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DB4 is #33A24B. Grayscale: #878787. Windows color (decimal): -3383884 or 11820492. OLE color: 11820492.

HSL color Cylindrical-coordinate representation of color #CC5DB4: hue angle of 312.97º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5DB4 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 93 180 -
CMYK 0 0.54 0.12 0.2
HSL 312.97º 0.52% 0.58% -
HSV(B) 312.97º 0.54% 0.8% -
XYZ 37.05 23.96 45.85 -
YUV 136.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 204 93 180 0 0.54 0.12 0.2 312.97 0.52 0.58
Hex CC 5D B4 0 36 C 14 139 34 3A
Octal 314 135 264 0 66 14 24 471 64 72
Binary 11001100 1011101 10110100 0 110110 1100 10100 100111001 110100 111010

Color Harmonies of #CC5DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5DB4

Black with #CC5DB4

Text Example


Text Example

White with #CC5DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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