Html Css Color HEX #C95DBF Fuchsia

📋 copy color: '#C95DBF'

red 201 ◦ green 93 ◦ blue 191

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

Shades of Fuchsia #C95DBF

Tints of Fuchsia #C95DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.38%

R = 41.44%
G = 19.18%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C95DBF (or 0xC95DBF) is known color: Fuchsia. HEX triplet: C9, 5D and BF. RGB value is (201,93,191). Sum of RGB (Red+Green+Blue) = 201+93+191=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DBF is #36A240. Grayscale: #888888. Windows color (decimal): -3580481 or 12541385. OLE color: 12541385.

HSL color Cylindrical-coordinate representation of color #C95DBF: hue angle of 305.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 #C95DBF is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 93 191 -
CMYK 0 0.54 0.05 0.21
HSL 305.56º 0.5% 0.58% -
HSV(B) 305.56º 0.54% 0.79% -
XYZ 37.41 24.01 51.95 -
YUV 136.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 201 93 191 0 0.54 0.05 0.21 305.56 0.5 0.58
Hex C9 5D BF 0 36 5 15 132 32 3A
Octal 311 135 277 0 66 5 25 462 62 72
Binary 11001001 1011101 10111111 0 110110 101 10101 100110010 110010 111010

Color Harmonies of #C95DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DBF

Black with #C95DBF

Text Example


Text Example

White with #C95DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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