Html Css Color HEX #CC5FD2 Fuchsia

📋 copy color: '#CC5FD2'

red 204 ◦ green 95 ◦ blue 210

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

Shades of Fuchsia #CC5FD2

Tints of Fuchsia #CC5FD2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.66%

 BLUE value IS 210 (82.42% from 255) = 41.26%

R = 40.08%
G = 18.66%
B = 41.26%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC5FD2 (or 0xCC5FD2) is known color: Fuchsia. HEX triplet: CC, 5F and D2. RGB value is (204,95,210). Sum of RGB (Red+Green+Blue) = 204+95+210=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC5FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FD2 is #33A02D. Grayscale: #8C8C8C. Windows color (decimal): -3383342 or 13787084. OLE color: 13787084.

HSL color Cylindrical-coordinate representation of color #CC5FD2: hue angle of 296.87º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5FD2 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 95 210 -
CMYK 0.03 0.55 0 0.18
HSL 296.87º 0.56% 0.6% -
HSV(B) 296.87º 0.55% 0.82% -
XYZ 40.63 25.67 63.79 -
YUV 140.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 204 95 210 0.03 0.55 0 0.18 296.87 0.56 0.6
Hex CC 5F D2 3 37 0 12 129 38 3C
Octal 314 137 322 3 67 0 22 451 70 74
Binary 11001100 1011111 11010010 11 110111 0 10010 100101001 111000 111100

Color Harmonies of #CC5FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FD2

Black with #CC5FD2

Text Example


Text Example

White with #CC5FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FD2; }

 p { color: rgb(204,95,210); }

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

background-color css

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

 a { background-color: rgb(204,95,210); }

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

border-color css

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

 span { border-color: rgb(204,95,210); }

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