Html Css Color HEX #C963BF Fuchsia

📋 copy color: '#C963BF'

red 201 ◦ green 99 ◦ blue 191

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

Shades of Fuchsia #C963BF

Tints of Fuchsia #C963BF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.16%

 BLUE value IS 191 (75% from 255) = 38.9%

R = 40.94%
G = 20.16%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C963BF (or 0xC963BF) is known color: Fuchsia. HEX triplet: C9, 63 and BF. RGB value is (201,99,191). Sum of RGB (Red+Green+Blue) = 201+99+191=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C963BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963BF is #369C40. Grayscale: #8B8B8B. Windows color (decimal): -3578945 or 12542921. OLE color: 12542921.

HSL color Cylindrical-coordinate representation of color #C963BF: hue angle of 305.88º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C963BF is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 99 191 -
CMYK 0 0.51 0.05 0.21
HSL 305.88º 0.49% 0.59% -
HSV(B) 305.88º 0.51% 0.79% -
XYZ 37.95 25.1 52.14 -
YUV 139.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 201 99 191 0 0.51 0.05 0.21 305.88 0.49 0.59
Hex C9 63 BF 0 33 5 15 132 31 3B
Octal 311 143 277 0 63 5 25 462 61 73
Binary 11001001 1100011 10111111 0 110011 101 10101 100110010 110001 111011

Color Harmonies of #C963BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963BF

Black with #C963BF

Text Example


Text Example

White with #C963BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963BF; }

 p { color: rgb(201,99,191); }

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

background-color css

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

 a { background-color: rgb(201,99,191); }

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

border-color css

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

 span { border-color: rgb(201,99,191); }

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