Html Css Color HEX #C95DBB Fuchsia

📋 copy color: '#C95DBB'

red 201 ◦ green 93 ◦ blue 187

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

Shades of Fuchsia #C95DBB

Tints of Fuchsia #C95DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 41.79%
G = 19.33%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C95DBB (or 0xC95DBB) is known color: Fuchsia. HEX triplet: C9, 5D and BB. RGB value is (201,93,187). Sum of RGB (Red+Green+Blue) = 201+93+187=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DBB is #36A244. Grayscale: #878787. Windows color (decimal): -3580485 or 12279241. OLE color: 12279241.

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

Color convert

RGB 201 93 187 -
CMYK 0 0.54 0.07 0.21
HSL 307.78º 0.5% 0.58% -
HSV(B) 307.78º 0.54% 0.79% -
XYZ 36.97 23.83 49.67 -
YUV 136.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 201 93 187 0 0.54 0.07 0.21 307.78 0.5 0.58
Hex C9 5D BB 0 36 7 15 134 32 3A
Octal 311 135 273 0 66 7 25 464 62 72
Binary 11001001 1011101 10111011 0 110110 111 10101 100110100 110010 111010

Color Harmonies of #C95DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DBB

Black with #C95DBB

Text Example


Text Example

White with #C95DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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