Html Css Color HEX #C953D0 Fuchsia

📋 copy color: '#C953D0'

red 201 ◦ green 83 ◦ blue 208

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

Shades of Fuchsia #C953D0

Tints of Fuchsia #C953D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.28%

R = 40.85%
G = 16.87%
B = 42.28%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C953D0 (or 0xC953D0) is known color: Fuchsia. HEX triplet: C9, 53 and D0. RGB value is (201,83,208). Sum of RGB (Red+Green+Blue) = 201+83+208=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #C953D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953D0 is #36AC2F. Grayscale: #848484. Windows color (decimal): -3583024 or 13652937. OLE color: 13652937.

HSL color Cylindrical-coordinate representation of color #C953D0: hue angle of 296.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C953D0 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 83 208 -
CMYK 0.03 0.60 0 0.18
HSL 296.64º 0.57% 0.57% -
HSV(B) 296.64º 0.6% 0.82% -
XYZ 38.57 23.16 62.11 -
YUV 132.53 170.59 176.84 -
System Red Green Blue C M Y K H S L
Decimal 201 83 208 0.03 0.60 0 0.18 296.64 0.57 0.57
Hex C9 53 D0 3 3C 0 12 129 39 39
Octal 311 123 320 3 74 0 22 451 71 71
Binary 11001001 1010011 11010000 11 111100 0 10010 100101001 111001 111001

Color Harmonies of #C953D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953D0

Black with #C953D0

Text Example


Text Example

White with #C953D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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