Html Css Color HEX #CC35AD Fuchsia

📋 copy color: '#CC35AD'

red 204 ◦ green 53 ◦ blue 173

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

Shades of Fuchsia #CC35AD

Tints of Fuchsia #CC35AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 47.44%
G = 12.33%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC35AD (or 0xCC35AD) is known color: Fuchsia. HEX triplet: CC, 35 and AD. RGB value is (204,53,173). Sum of RGB (Red+Green+Blue) = 204+53+173=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC35AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC35AD is #33CA52. Grayscale: #6F6F6F. Windows color (decimal): -3394131 or 11351500. OLE color: 11351500.

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

Color convert

RGB 204 53 173 -
CMYK 0 0.74 0.15 0.2
HSL 312.32º 0.6% 0.5% -
HSV(B) 312.32º 0.74% 0.8% -
XYZ 33.72 18.4 41.31 -
YUV 111.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 204 53 173 0 0.74 0.15 0.2 312.32 0.6 0.5
Hex CC 35 AD 0 4A F 14 138 3C 32
Octal 314 65 255 0 112 17 24 470 74 62
Binary 11001100 110101 10101101 0 1001010 1111 10100 100111000 111100 110010

Color Harmonies of #CC35AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC35AD

Black with #CC35AD

Text Example


Text Example

White with #CC35AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC35AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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