Html Css Color HEX #C95DB2 Fuchsia

📋 copy color: '#C95DB2'

red 201 ◦ green 93 ◦ blue 178

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

Shades of Fuchsia #C95DB2

Tints of Fuchsia #C95DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.71%

R = 42.58%
G = 19.7%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C95DB2 (or 0xC95DB2) is known color: Fuchsia. HEX triplet: C9, 5D and B2. RGB value is (201,93,178). Sum of RGB (Red+Green+Blue) = 201+93+178=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DB2 is #36A24D. Grayscale: #868686. Windows color (decimal): -3580494 or 11689417. OLE color: 11689417.

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

Color convert

RGB 201 93 178 -
CMYK 0 0.54 0.11 0.21
HSL 312.78º 0.5% 0.58% -
HSV(B) 312.78º 0.54% 0.79% -
XYZ 36.04 23.46 44.75 -
YUV 134.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 201 93 178 0 0.54 0.11 0.21 312.78 0.5 0.58
Hex C9 5D B2 0 36 B 15 139 32 3A
Octal 311 135 262 0 66 13 25 471 62 72
Binary 11001001 1011101 10110010 0 110110 1011 10101 100111001 110010 111010

Color Harmonies of #C95DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DB2

Black with #C95DB2

Text Example


Text Example

White with #C95DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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