Html Css Color HEX #C96EB4 Fuchsia

📋 copy color: '#C96EB4'

red 201 ◦ green 110 ◦ blue 180

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

Shades of Fuchsia #C96EB4

Tints of Fuchsia #C96EB4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.4%

 BLUE value IS 180 (70.7% from 255) = 36.66%

R = 40.94%
G = 22.4%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C96EB4 (or 0xC96EB4) is known color: Fuchsia. HEX triplet: C9, 6E and B4. RGB value is (201,110,180). Sum of RGB (Red+Green+Blue) = 201+110+180=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EB4 is #36914B. Grayscale: #919191. Windows color (decimal): -3576140 or 11824841. OLE color: 11824841.

HSL color Cylindrical-coordinate representation of color #C96EB4: hue angle of 313.85º degrees, saturation: 0.46, 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 #C96EB4 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 110 180 -
CMYK 0 0.45 0.10 0.21
HSL 313.85º 0.46% 0.61% -
HSV(B) 313.85º 0.45% 0.79% -
XYZ 37.9 26.86 46.37 -
YUV 145.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 201 110 180 0 0.45 0.10 0.21 313.85 0.46 0.61
Hex C9 6E B4 0 2D A 15 13A 2E 3D
Octal 311 156 264 0 55 12 25 472 56 75
Binary 11001001 1101110 10110100 0 101101 1010 10101 100111010 101110 111101

Color Harmonies of #C96EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EB4

Black with #C96EB4

Text Example


Text Example

White with #C96EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EB4; }

 p { color: rgb(201,110,180); }

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

background-color css

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

 a { background-color: rgb(201,110,180); }

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

border-color css

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

 span { border-color: rgb(201,110,180); }

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