Html Css Color HEX #C953AF Fuchsia

📋 copy color: '#C953AF'

red 201 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #C953AF

Tints of Fuchsia #C953AF

RGB

 RED value IS 201 (78.91% from 255) = 43.79%

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

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

R = 43.79%
G = 18.08%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C953AF (or 0xC953AF) is known color: Fuchsia. HEX triplet: C9, 53 and AF. RGB value is (201,83,175). Sum of RGB (Red+Green+Blue) = 201+83+175=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C953AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C953AF is #36AC50. Grayscale: #808080. Windows color (decimal): -3583057 or 11490249. OLE color: 11490249.

HSL color Cylindrical-coordinate representation of color #C953AF: hue angle of 313.22º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C953AF is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 175 -
CMYK 0 0.59 0.13 0.21
HSL 313.22º 0.52% 0.56% -
HSV(B) 313.22º 0.59% 0.79% -
XYZ 34.92 21.7 42.91 -
YUV 128.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 201 83 175 0 0.59 0.13 0.21 313.22 0.52 0.56
Hex C9 53 AF 0 3B D 15 139 34 38
Octal 311 123 257 0 73 15 25 471 64 70
Binary 11001001 1010011 10101111 0 111011 1101 10101 100111001 110100 111000

Color Harmonies of #C953AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953AF

Black with #C953AF

Text Example


Text Example

White with #C953AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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