Html Css Color HEX #C95CB9 Fuchsia

📋 copy color: '#C95CB9'

red 201 ◦ green 92 ◦ blue 185

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

Shades of Fuchsia #C95CB9

Tints of Fuchsia #C95CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.7%

R = 42.05%
G = 19.25%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C95CB9 (or 0xC95CB9) is known color: Fuchsia. HEX triplet: C9, 5C and B9. RGB value is (201,92,185). Sum of RGB (Red+Green+Blue) = 201+92+185=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CB9 is #36A346. Grayscale: #868686. Windows color (decimal): -3580743 or 12147913. OLE color: 12147913.

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

Color convert

RGB 201 92 185 -
CMYK 0 0.54 0.08 0.21
HSL 308.81º 0.5% 0.57% -
HSV(B) 308.81º 0.54% 0.79% -
XYZ 36.67 23.57 48.52 -
YUV 135.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 201 92 185 0 0.54 0.08 0.21 308.81 0.5 0.57
Hex C9 5C B9 0 36 8 15 135 32 39
Octal 311 134 271 0 66 10 25 465 62 71
Binary 11001001 1011100 10111001 0 110110 1000 10101 100110101 110010 111001

Color Harmonies of #C95CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CB9

Black with #C95CB9

Text Example


Text Example

White with #C95CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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