Html Css Color HEX #C353CB Fuchsia

📋 copy color: '#C353CB'

red 195 ◦ green 83 ◦ blue 203

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

Shades of Fuchsia #C353CB

Tints of Fuchsia #C353CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 40.54%
G = 17.26%
B = 42.2%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C353CB (or 0xC353CB) is known color: Fuchsia. HEX triplet: C3, 53 and CB. RGB value is (195,83,203). Sum of RGB (Red+Green+Blue) = 195+83+203=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #C353CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353CB is #3CAC34. Grayscale: #818181. Windows color (decimal): -3976245 or 13325251. OLE color: 13325251.

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

Color convert

RGB 195 83 203 -
CMYK 0.04 0.59 0 0.20
HSL 296º 0.54% 0.56% -
HSV(B) 296º 0.59% 0.8% -
XYZ 36.38 22.1 58.85 -
YUV 130.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 195 83 203 0.04 0.59 0 0.20 296 0.54 0.56
Hex C3 53 CB 4 3B 0 14 128 36 38
Octal 303 123 313 4 73 0 24 450 66 70
Binary 11000011 1010011 11001011 100 111011 0 10100 100101000 110110 111000

Color Harmonies of #C353CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353CB

Black with #C353CB

Text Example


Text Example

White with #C353CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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