Html Css Color HEX #C353C6 Fuchsia

📋 copy color: '#C353C6'

red 195 ◦ green 83 ◦ blue 198

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

Shades of Fuchsia #C353C6

Tints of Fuchsia #C353C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.6%

R = 40.97%
G = 17.44%
B = 41.6%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C353C6 (or 0xC353C6) is known color: Fuchsia. HEX triplet: C3, 53 and C6. RGB value is (195,83,198). Sum of RGB (Red+Green+Blue) = 195+83+198=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #C353C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353C6 is #3CAC39. Grayscale: #818181. Windows color (decimal): -3976250 or 12997571. OLE color: 12997571.

HSL color Cylindrical-coordinate representation of color #C353C6: hue angle of 298.43º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C353C6 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 83 198 -
CMYK 0.02 0.58 0 0.22
HSL 298.43º 0.5% 0.55% -
HSV(B) 298.43º 0.58% 0.78% -
XYZ 35.79 21.87 55.76 -
YUV 129.6 166.61 174.65 -
System Red Green Blue C M Y K H S L
Decimal 195 83 198 0.02 0.58 0 0.22 298.43 0.5 0.55
Hex C3 53 C6 2 3A 0 16 12A 32 37
Octal 303 123 306 2 72 0 26 452 62 67
Binary 11000011 1010011 11000110 10 111010 0 10110 100101010 110010 110111

Color Harmonies of #C353C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353C6

Black with #C353C6

Text Example


Text Example

White with #C353C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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