Html Css Color HEX #C95CAB Fuchsia

📋 copy color: '#C95CAB'

red 201 ◦ green 92 ◦ blue 171

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

Shades of Fuchsia #C95CAB

Tints of Fuchsia #C95CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 43.32%
G = 19.83%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C95CAB (or 0xC95CAB) is known color: Fuchsia. HEX triplet: C9, 5C and AB. RGB value is (201,92,171). Sum of RGB (Red+Green+Blue) = 201+92+171=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95CAB is #36A354. Grayscale: #858585. Windows color (decimal): -3580757 or 11230409. OLE color: 11230409.

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

Color convert

RGB 201 92 171 -
CMYK 0 0.54 0.15 0.21
HSL 316.51º 0.5% 0.57% -
HSV(B) 316.51º 0.54% 0.79% -
XYZ 35.27 23.01 41.11 -
YUV 133.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 201 92 171 0 0.54 0.15 0.21 316.51 0.5 0.57
Hex C9 5C AB 0 36 F 15 13D 32 39
Octal 311 134 253 0 66 17 25 475 62 71
Binary 11001001 1011100 10101011 0 110110 1111 10101 100111101 110010 111001

Color Harmonies of #C95CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CAB

Black with #C95CAB

Text Example


Text Example

White with #C95CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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