Html Css Color HEX #C96ABA Fuchsia

📋 copy color: '#C96ABA'

red 201 ◦ green 106 ◦ blue 186

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

Shades of Fuchsia #C96ABA

Tints of Fuchsia #C96ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.5%

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 40.77%
G = 21.5%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C96ABA (or 0xC96ABA) is known color: Fuchsia. HEX triplet: C9, 6A and BA. RGB value is (201,106,186). Sum of RGB (Red+Green+Blue) = 201+106+186=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C96ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ABA is #369545. Grayscale: #8F8F8F. Windows color (decimal): -3577158 or 12217033. OLE color: 12217033.

HSL color Cylindrical-coordinate representation of color #C96ABA: hue angle of 309.47º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96ABA is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 106 186 -
CMYK 0 0.47 0.07 0.21
HSL 309.47º 0.47% 0.6% -
HSV(B) 309.47º 0.47% 0.79% -
XYZ 38.1 26.27 49.52 -
YUV 143.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 201 106 186 0 0.47 0.07 0.21 309.47 0.47 0.6
Hex C9 6A BA 0 2F 7 15 135 2F 3C
Octal 311 152 272 0 57 7 25 465 57 74
Binary 11001001 1101010 10111010 0 101111 111 10101 100110101 101111 111100

Color Harmonies of #C96ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ABA

Black with #C96ABA

Text Example


Text Example

White with #C96ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ABA; }

 p { color: rgb(201,106,186); }

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

background-color css

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

 a { background-color: rgb(201,106,186); }

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

border-color css

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

 span { border-color: rgb(201,106,186); }

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