Html Css Color HEX #C95AB2 Fuchsia

📋 copy color: '#C95AB2'

red 201 ◦ green 90 ◦ blue 178

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

Shades of Fuchsia #C95AB2

Tints of Fuchsia #C95AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 42.86%
G = 19.19%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C95AB2 (or 0xC95AB2) is known color: Fuchsia. HEX triplet: C9, 5A and B2. RGB value is (201,90,178). Sum of RGB (Red+Green+Blue) = 201+90+178=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C95AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95AB2 is #36A54D. Grayscale: #848484. Windows color (decimal): -3581262 or 11688649. OLE color: 11688649.

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

Color convert

RGB 201 90 178 -
CMYK 0 0.55 0.11 0.21
HSL 312.43º 0.51% 0.57% -
HSV(B) 312.43º 0.55% 0.79% -
XYZ 35.78 22.94 44.66 -
YUV 133.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 201 90 178 0 0.55 0.11 0.21 312.43 0.51 0.57
Hex C9 5A B2 0 37 B 15 138 33 39
Octal 311 132 262 0 67 13 25 470 63 71
Binary 11001001 1011010 10110010 0 110111 1011 10101 100111000 110011 111001

Color Harmonies of #C95AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95AB2

Black with #C95AB2

Text Example


Text Example

White with #C95AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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