Html Css Color HEX #C95ABF Fuchsia

📋 copy color: '#C95ABF'

red 201 ◦ green 90 ◦ blue 191

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

Shades of Fuchsia #C95ABF

Tints of Fuchsia #C95ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.67%

 BLUE value IS 191 (75% from 255) = 39.63%

R = 41.7%
G = 18.67%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C95ABF (or 0xC95ABF) is known color: Fuchsia. HEX triplet: C9, 5A and BF. RGB value is (201,90,191). Sum of RGB (Red+Green+Blue) = 201+90+191=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C95ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ABF is #36A540. Grayscale: #868686. Windows color (decimal): -3581249 or 12540617. OLE color: 12540617.

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

Color convert

RGB 201 90 191 -
CMYK 0 0.55 0.05 0.21
HSL 305.41º 0.51% 0.57% -
HSV(B) 305.41º 0.55% 0.79% -
XYZ 37.15 23.49 51.87 -
YUV 134.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 201 90 191 0 0.55 0.05 0.21 305.41 0.51 0.57
Hex C9 5A BF 0 37 5 15 131 33 39
Octal 311 132 277 0 67 5 25 461 63 71
Binary 11001001 1011010 10111111 0 110111 101 10101 100110001 110011 111001

Color Harmonies of #C95ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95ABF

Black with #C95ABF

Text Example


Text Example

White with #C95ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95ABF; }

 p { color: rgb(201,90,191); }

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

background-color css

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

 a { background-color: rgb(201,90,191); }

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

border-color css

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

 span { border-color: rgb(201,90,191); }

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