Html Css Color HEX #C96FBA Fuchsia

📋 copy color: '#C96FBA'

red 201 ◦ green 111 ◦ blue 186

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

Shades of Fuchsia #C96FBA

Tints of Fuchsia #C96FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.29%

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

R = 40.36%
G = 22.29%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C96FBA (or 0xC96FBA) is known color: Fuchsia. HEX triplet: C9, 6F and BA. RGB value is (201,111,186). Sum of RGB (Red+Green+Blue) = 201+111+186=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FBA is #369045. Grayscale: #929292. Windows color (decimal): -3575878 or 12218313. OLE color: 12218313.

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

Color convert

RGB 201 111 186 -
CMYK 0 0.45 0.07 0.21
HSL 310º 0.45% 0.61% -
HSV(B) 310º 0.45% 0.79% -
XYZ 38.63 27.33 49.69 -
YUV 146.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 201 111 186 0 0.45 0.07 0.21 310 0.45 0.61
Hex C9 6F BA 0 2D 7 15 136 2D 3D
Octal 311 157 272 0 55 7 25 466 55 75
Binary 11001001 1101111 10111010 0 101101 111 10101 100110110 101101 111101

Color Harmonies of #C96FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FBA

Black with #C96FBA

Text Example


Text Example

White with #C96FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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