Html Css Color HEX #C353CC Fuchsia

📋 copy color: '#C353CC'

red 195 ◦ green 83 ◦ blue 204

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

Shades of Fuchsia #C353CC

Tints of Fuchsia #C353CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.22%

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

R = 40.46%
G = 17.22%
B = 42.32%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C353CC (or 0xC353CC) is known color: Fuchsia. HEX triplet: C3, 53 and CC. RGB value is (195,83,204). Sum of RGB (Red+Green+Blue) = 195+83+204=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #C353CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353CC is #3CAC33. Grayscale: #818181. Windows color (decimal): -3976244 or 13390787. OLE color: 13390787.

HSL color Cylindrical-coordinate representation of color #C353CC: hue angle of 295.54º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C353CC is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 83 204 -
CMYK 0.04 0.59 0 0.2
HSL 295.54º 0.54% 0.56% -
HSV(B) 295.54º 0.59% 0.8% -
XYZ 36.5 22.15 59.48 -
YUV 130.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 195 83 204 0.04 0.59 0 0.2 295.54 0.54 0.56
Hex C3 53 CC 4 3B 0 14 128 36 38
Octal 303 123 314 4 73 0 24 450 66 70
Binary 11000011 1010011 11001100 100 111011 0 10100 100101000 110110 111000

Color Harmonies of #C353CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353CC

Black with #C353CC

Text Example


Text Example

White with #C353CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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