Html Css Color HEX #CC35BC Fuchsia

📋 copy color: '#CC35BC'

red 204 ◦ green 53 ◦ blue 188

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

Shades of Fuchsia #CC35BC

Tints of Fuchsia #CC35BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 45.84%
G = 11.91%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC35BC (or 0xCC35BC) is known color: Fuchsia. HEX triplet: CC, 35 and BC. RGB value is (204,53,188). Sum of RGB (Red+Green+Blue) = 204+53+188=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC35BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35BC is #33CA43. Grayscale: #717171. Windows color (decimal): -3394116 or 12334540. OLE color: 12334540.

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

Color convert

RGB 204 53 188 -
CMYK 0 0.74 0.08 0.2
HSL 306.36º 0.6% 0.5% -
HSV(B) 306.36º 0.74% 0.8% -
XYZ 35.25 19.01 49.39 -
YUV 113.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 204 53 188 0 0.74 0.08 0.2 306.36 0.6 0.5
Hex CC 35 BC 0 4A 8 14 132 3C 32
Octal 314 65 274 0 112 10 24 462 74 62
Binary 11001100 110101 10111100 0 1001010 1000 10100 100110010 111100 110010

Color Harmonies of #CC35BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC35BC

Black with #CC35BC

Text Example


Text Example

White with #CC35BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC35BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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