Html Css Color HEX #C95DB5 Fuchsia

📋 copy color: '#C95DB5'

red 201 ◦ green 93 ◦ blue 181

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

Shades of Fuchsia #C95DB5

Tints of Fuchsia #C95DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.11%

R = 42.32%
G = 19.58%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C95DB5 (or 0xC95DB5) is known color: Fuchsia. HEX triplet: C9, 5D and B5. RGB value is (201,93,181). Sum of RGB (Red+Green+Blue) = 201+93+181=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DB5 is #36A24A. Grayscale: #878787. Windows color (decimal): -3580491 or 11886025. OLE color: 11886025.

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

Color convert

RGB 201 93 181 -
CMYK 0 0.54 0.10 0.21
HSL 311.11º 0.5% 0.58% -
HSV(B) 311.11º 0.54% 0.79% -
XYZ 36.34 23.58 46.35 -
YUV 135.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 201 93 181 0 0.54 0.10 0.21 311.11 0.5 0.58
Hex C9 5D B5 0 36 A 15 137 32 3A
Octal 311 135 265 0 66 12 25 467 62 72
Binary 11001001 1011101 10110101 0 110110 1010 10101 100110111 110010 111010

Color Harmonies of #C95DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DB5

Black with #C95DB5

Text Example


Text Example

White with #C95DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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