Html Css Color HEX #CC5FCC Fuchsia

📋 copy color: '#CC5FCC'

red 204 ◦ green 95 ◦ blue 204

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

Shades of Fuchsia #CC5FCC

Tints of Fuchsia #CC5FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 40.56%
G = 18.89%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC5FCC (or 0xCC5FCC) is known color: Fuchsia. HEX triplet: CC, 5F and CC. RGB value is (204,95,204). Sum of RGB (Red+Green+Blue) = 204+95+204=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FCC is #33A033. Grayscale: #8B8B8B. Windows color (decimal): -3383348 or 13393868. OLE color: 13393868.

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

Color convert

RGB 204 95 204 -
CMYK 0 0.53 0 0.2
HSL 300º 0.52% 0.59% -
HSV(B) 300º 0.53% 0.8% -
XYZ 39.89 25.38 59.92 -
YUV 140.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 204 95 204 0 0.53 0 0.2 300 0.52 0.59
Hex CC 5F CC 0 35 0 14 12C 34 3B
Octal 314 137 314 0 65 0 24 454 64 73
Binary 11001100 1011111 11001100 0 110101 0 10100 100101100 110100 111011

Color Harmonies of #CC5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FCC

Black with #CC5FCC

Text Example


Text Example

White with #CC5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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