Html Css Color HEX #CC35BD Fuchsia

📋 copy color: '#CC35BD'

red 204 ◦ green 53 ◦ blue 189

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

Shades of Fuchsia #CC35BD

Tints of Fuchsia #CC35BD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.88%

 BLUE value IS 189 (74.22% from 255) = 42.38%

R = 45.74%
G = 11.88%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC35BD (or 0xCC35BD) is known color: Fuchsia. HEX triplet: CC, 35 and BD. RGB value is (204,53,189). Sum of RGB (Red+Green+Blue) = 204+53+189=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC35BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35BD is #33CA42. Grayscale: #717171. Windows color (decimal): -3394115 or 12400076. OLE color: 12400076.

HSL color Cylindrical-coordinate representation of color #CC35BD: hue angle of 305.96º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC35BD is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 53 189 -
CMYK 0 0.74 0.07 0.2
HSL 305.96º 0.6% 0.5% -
HSV(B) 305.96º 0.74% 0.8% -
XYZ 35.36 19.06 49.96 -
YUV 113.65 170.53 192.44 -
System Red Green Blue C M Y K H S L
Decimal 204 53 189 0 0.74 0.07 0.2 305.96 0.6 0.5
Hex CC 35 BD 0 4A 7 14 132 3C 32
Octal 314 65 275 0 112 7 24 462 74 62
Binary 11001100 110101 10111101 0 1001010 111 10100 100110010 111100 110010

Color Harmonies of #CC35BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC35BD

Black with #CC35BD

Text Example


Text Example

White with #CC35BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC35BD; }

 p { color: rgb(204,53,189); }

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

background-color css

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

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

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

border-color css

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

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

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