Html Css Color HEX #C963B0 Fuchsia

📋 copy color: '#C963B0'

red 201 ◦ green 99 ◦ blue 176

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

Shades of Fuchsia #C963B0

Tints of Fuchsia #C963B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.97%

R = 42.23%
G = 20.8%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C963B0 (or 0xC963B0) is known color: Fuchsia. HEX triplet: C9, 63 and B0. RGB value is (201,99,176). Sum of RGB (Red+Green+Blue) = 201+99+176=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C963B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C963B0 is #369C4F. Grayscale: #8A8A8A. Windows color (decimal): -3578960 or 11559881. OLE color: 11559881.

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

Color convert

RGB 201 99 176 -
CMYK 0 0.51 0.12 0.21
HSL 314.71º 0.49% 0.59% -
HSV(B) 314.71º 0.51% 0.79% -
XYZ 36.39 24.48 43.88 -
YUV 138.28 149.29 172.74 -
System Red Green Blue C M Y K H S L
Decimal 201 99 176 0 0.51 0.12 0.21 314.71 0.49 0.59
Hex C9 63 B0 0 33 C 15 13B 31 3B
Octal 311 143 260 0 63 14 25 473 61 73
Binary 11001001 1100011 10110000 0 110011 1100 10101 100111011 110001 111011

Color Harmonies of #C963B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963B0

Black with #C963B0

Text Example


Text Example

White with #C963B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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