Html Css Color HEX #C96DBA Fuchsia

📋 copy color: '#C96DBA'

red 201 ◦ green 109 ◦ blue 186

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

Shades of Fuchsia #C96DBA

Tints of Fuchsia #C96DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.98%

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

R = 40.52%
G = 21.98%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C96DBA (or 0xC96DBA) is known color: Fuchsia. HEX triplet: C9, 6D and BA. RGB value is (201,109,186). Sum of RGB (Red+Green+Blue) = 201+109+186=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DBA is #369245. Grayscale: #919191. Windows color (decimal): -3576390 or 12217801. OLE color: 12217801.

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

Color convert

RGB 201 109 186 -
CMYK 0 0.46 0.07 0.21
HSL 309.78º 0.46% 0.61% -
HSV(B) 309.78º 0.46% 0.79% -
XYZ 38.42 26.9 49.62 -
YUV 145.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 201 109 186 0 0.46 0.07 0.21 309.78 0.46 0.61
Hex C9 6D BA 0 2E 7 15 136 2E 3D
Octal 311 155 272 0 56 7 25 466 56 75
Binary 11001001 1101101 10111010 0 101110 111 10101 100110110 101110 111101

Color Harmonies of #C96DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DBA

Black with #C96DBA

Text Example


Text Example

White with #C96DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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