Html Css Color HEX #CC5DC1 Fuchsia

📋 copy color: '#CC5DC1'

red 204 ◦ green 93 ◦ blue 193

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

Shades of Fuchsia #CC5DC1

Tints of Fuchsia #CC5DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.39%

R = 41.63%
G = 18.98%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC5DC1 (or 0xCC5DC1) is known color: Fuchsia. HEX triplet: CC, 5D and C1. RGB value is (204,93,193). Sum of RGB (Red+Green+Blue) = 204+93+193=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DC1 is #33A23E. Grayscale: #898989. Windows color (decimal): -3383871 or 12672460. OLE color: 12672460.

HSL color Cylindrical-coordinate representation of color #CC5DC1: hue angle of 305.95º 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 #CC5DC1 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 93 193 -
CMYK 0 0.54 0.05 0.2
HSL 305.95º 0.52% 0.58% -
HSV(B) 305.95º 0.54% 0.8% -
XYZ 38.44 24.52 53.16 -
YUV 137.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 204 93 193 0 0.54 0.05 0.2 305.95 0.52 0.58
Hex CC 5D C1 0 36 5 14 132 34 3A
Octal 314 135 301 0 66 5 24 462 64 72
Binary 11001100 1011101 11000001 0 110110 101 10100 100110010 110100 111010

Color Harmonies of #CC5DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5DC1

Black with #CC5DC1

Text Example


Text Example

White with #CC5DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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