Html Css Color HEX #C95CB5 Fuchsia

📋 copy color: '#C95CB5'

red 201 ◦ green 92 ◦ blue 181

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

Shades of Fuchsia #C95CB5

Tints of Fuchsia #C95CB5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.41%

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

R = 42.41%
G = 19.41%
B = 38.19%

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

#C95CB5 (or 0xC95CB5) is known color: Fuchsia. HEX triplet: C9, 5C and B5. RGB value is (201,92,181). Sum of RGB (Red+Green+Blue) = 201+92+181=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CB5 is #36A34A. Grayscale: #868686. Windows color (decimal): -3580747 or 11885769. OLE color: 11885769.

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

Color convert

RGB 201 92 181 -
CMYK 0 0.54 0.10 0.21
HSL 311.01º 0.5% 0.57% -
HSV(B) 311.01º 0.54% 0.79% -
XYZ 36.26 23.41 46.32 -
YUV 134.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 201 92 181 0 0.54 0.10 0.21 311.01 0.5 0.57
Hex C9 5C B5 0 36 A 15 137 32 39
Octal 311 134 265 0 66 12 25 467 62 71
Binary 11001001 1011100 10110101 0 110110 1010 10101 100110111 110010 111001

Color Harmonies of #C95CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CB5

Black with #C95CB5

Text Example


Text Example

White with #C95CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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