Html Css Color HEX #CC35C3 Fuchsia

📋 copy color: '#CC35C3'

red 204 ◦ green 53 ◦ blue 195

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

Shades of Fuchsia #CC35C3

Tints of Fuchsia #CC35C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.14%

R = 45.13%
G = 11.73%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC35C3 (or 0xCC35C3) is known color: Fuchsia. HEX triplet: CC, 35 and C3. RGB value is (204,53,195). Sum of RGB (Red+Green+Blue) = 204+53+195=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC35C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35C3 is #33CA3C. Grayscale: #717171. Windows color (decimal): -3394109 or 12793292. OLE color: 12793292.

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

Color convert

RGB 204 53 195 -
CMYK 0 0.74 0.04 0.2
HSL 303.58º 0.6% 0.5% -
HSV(B) 303.58º 0.74% 0.8% -
XYZ 36.03 19.32 53.46 -
YUV 114.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 204 53 195 0 0.74 0.04 0.2 303.58 0.6 0.5
Hex CC 35 C3 0 4A 4 14 130 3C 32
Octal 314 65 303 0 112 4 24 460 74 62
Binary 11001100 110101 11000011 0 1001010 100 10100 100110000 111100 110010

Color Harmonies of #CC35C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC35C3

Black with #CC35C3

Text Example


Text Example

White with #CC35C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC35C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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