Html Css Color HEX #C353AF Fuchsia

📋 copy color: '#C353AF'

red 195 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #C353AF

Tints of Fuchsia #C353AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.63%

R = 43.05%
G = 18.32%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C353AF (or 0xC353AF) is known color: Fuchsia. HEX triplet: C3, 53 and AF. RGB value is (195,83,175). Sum of RGB (Red+Green+Blue) = 195+83+175=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C353AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C353AF is #3CAC50. Grayscale: #7E7E7E. Windows color (decimal): -3976273 or 11490243. OLE color: 11490243.

HSL color Cylindrical-coordinate representation of color #C353AF: hue angle of 310.71º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C353AF is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 83 175 -
CMYK 0 0.57 0.10 0.24
HSL 310.71º 0.48% 0.55% -
HSV(B) 310.71º 0.57% 0.76% -
XYZ 33.34 20.88 42.83 -
YUV 126.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 195 83 175 0 0.57 0.10 0.24 310.71 0.48 0.55
Hex C3 53 AF 0 39 A 18 137 30 37
Octal 303 123 257 0 71 12 30 467 60 67
Binary 11000011 1010011 10101111 0 111001 1010 11000 100110111 110000 110111

Color Harmonies of #C353AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353AF

Black with #C353AF

Text Example


Text Example

White with #C353AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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