Html Css Color HEX #C95DAD Fuchsia

📋 copy color: '#C95DAD'

red 201 ◦ green 93 ◦ blue 173

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

Shades of Fuchsia #C95DAD

Tints of Fuchsia #C95DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.91%

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 43.04%
G = 19.91%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C95DAD (or 0xC95DAD) is known color: Fuchsia. HEX triplet: C9, 5D and AD. RGB value is (201,93,173). Sum of RGB (Red+Green+Blue) = 201+93+173=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DAD is #36A252. Grayscale: #868686. Windows color (decimal): -3580499 or 11361737. OLE color: 11361737.

HSL color Cylindrical-coordinate representation of color #C95DAD: hue angle of 315.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95DAD is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 93 173 -
CMYK 0 0.54 0.14 0.21
HSL 315.56º 0.5% 0.58% -
HSV(B) 315.56º 0.54% 0.79% -
XYZ 35.54 23.26 42.15 -
YUV 134.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 201 93 173 0 0.54 0.14 0.21 315.56 0.5 0.58
Hex C9 5D AD 0 36 E 15 13C 32 3A
Octal 311 135 255 0 66 16 25 474 62 72
Binary 11001001 1011101 10101101 0 110110 1110 10101 100111100 110010 111010

Color Harmonies of #C95DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DAD

Black with #C95DAD

Text Example


Text Example

White with #C95DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DAD; }

 p { color: rgb(201,93,173); }

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

background-color css

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

 a { background-color: rgb(201,93,173); }

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

border-color css

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

 span { border-color: rgb(201,93,173); }

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