Html Css Color HEX #C96CC2 Fuchsia

📋 copy color: '#C96CC2'

red 201 ◦ green 108 ◦ blue 194

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

Shades of Fuchsia #C96CC2

Tints of Fuchsia #C96CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 39.96%
G = 21.47%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C96CC2 (or 0xC96CC2) is known color: Fuchsia. HEX triplet: C9, 6C and C2. RGB value is (201,108,194). Sum of RGB (Red+Green+Blue) = 201+108+194=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CC2 is #36933D. Grayscale: #919191. Windows color (decimal): -3576638 or 12741833. OLE color: 12741833.

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

Color convert

RGB 201 108 194 -
CMYK 0 0.46 0.03 0.21
HSL 304.52º 0.46% 0.61% -
HSV(B) 304.52º 0.46% 0.79% -
XYZ 39.19 27.04 54.19 -
YUV 145.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 201 108 194 0 0.46 0.03 0.21 304.52 0.46 0.61
Hex C9 6C C2 0 2E 3 15 131 2E 3D
Octal 311 154 302 0 56 3 25 461 56 75
Binary 11001001 1101100 11000010 0 101110 11 10101 100110001 101110 111101

Color Harmonies of #C96CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CC2

Black with #C96CC2

Text Example


Text Example

White with #C96CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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