Html Css Color HEX #C35FCC Fuchsia

📋 copy color: '#C35FCC'

red 195 ◦ green 95 ◦ blue 204

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

Shades of Fuchsia #C35FCC

Tints of Fuchsia #C35FCC

RGB

 RED value IS 195 (76.56% from 255) = 39.47%

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

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

R = 39.47%
G = 19.23%
B = 41.3%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C35FCC (or 0xC35FCC) is known color: Fuchsia. HEX triplet: C3, 5F and CC. RGB value is (195,95,204). Sum of RGB (Red+Green+Blue) = 195+95+204=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #C35FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35FCC is #3CA033. Grayscale: #888888. Windows color (decimal): -3973172 or 13393859. OLE color: 13393859.

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

Color convert

RGB 195 95 204 -
CMYK 0.04 0.53 0 0.2
HSL 295.05º 0.52% 0.59% -
HSV(B) 295.05º 0.53% 0.8% -
XYZ 37.5 24.15 59.81 -
YUV 137.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 195 95 204 0.04 0.53 0 0.2 295.05 0.52 0.59
Hex C3 5F CC 4 35 0 14 127 34 3B
Octal 303 137 314 4 65 0 24 447 64 73
Binary 11000011 1011111 11001100 100 110101 0 10100 100100111 110100 111011

Color Harmonies of #C35FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FCC

Black with #C35FCC

Text Example


Text Example

White with #C35FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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