Html Css Color HEX #C96CBC Fuchsia

📋 copy color: '#C96CBC'

red 201 ◦ green 108 ◦ blue 188

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

Shades of Fuchsia #C96CBC

Tints of Fuchsia #C96CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 40.44%
G = 21.73%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C96CBC (or 0xC96CBC) is known color: Fuchsia. HEX triplet: C9, 6C and BC. RGB value is (201,108,188). Sum of RGB (Red+Green+Blue) = 201+108+188=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CBC is #369343. Grayscale: #909090. Windows color (decimal): -3576644 or 12348617. OLE color: 12348617.

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

Color convert

RGB 201 108 188 -
CMYK 0 0.46 0.06 0.21
HSL 308.39º 0.46% 0.61% -
HSV(B) 308.39º 0.46% 0.79% -
XYZ 38.53 26.77 50.71 -
YUV 144.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 201 108 188 0 0.46 0.06 0.21 308.39 0.46 0.61
Hex C9 6C BC 0 2E 6 15 134 2E 3D
Octal 311 154 274 0 56 6 25 464 56 75
Binary 11001001 1101100 10111100 0 101110 110 10101 100110100 101110 111101

Color Harmonies of #C96CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CBC

Black with #C96CBC

Text Example


Text Example

White with #C96CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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