Html Css Color HEX #C96CC1 Fuchsia

📋 copy color: '#C96CC1'

red 201 ◦ green 108 ◦ blue 193

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

Shades of Fuchsia #C96CC1

Tints of Fuchsia #C96CC1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.51%

 BLUE value IS 193 (75.78% from 255) = 38.45%

R = 40.04%
G = 21.51%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C96CC1 (or 0xC96CC1) is known color: Fuchsia. HEX triplet: C9, 6C and C1. RGB value is (201,108,193). Sum of RGB (Red+Green+Blue) = 201+108+193=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CC1 is #36933E. Grayscale: #919191. Windows color (decimal): -3576639 or 12676297. OLE color: 12676297.

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

Color convert

RGB 201 108 193 -
CMYK 0 0.46 0.04 0.21
HSL 305.16º 0.46% 0.61% -
HSV(B) 305.16º 0.46% 0.79% -
XYZ 39.08 26.99 53.6 -
YUV 145.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 201 108 193 0 0.46 0.04 0.21 305.16 0.46 0.61
Hex C9 6C C1 0 2E 4 15 131 2E 3D
Octal 311 154 301 0 56 4 25 461 56 75
Binary 11001001 1101100 11000001 0 101110 100 10101 100110001 101110 111101

Color Harmonies of #C96CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CC1

Black with #C96CC1

Text Example


Text Example

White with #C96CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CC1; }

 p { color: rgb(201,108,193); }

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

background-color css

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

 a { background-color: rgb(201,108,193); }

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

border-color css

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

 span { border-color: rgb(201,108,193); }

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