Html Css Color HEX #C963B5 Fuchsia

📋 copy color: '#C963B5'

red 201 ◦ green 99 ◦ blue 181

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

Shades of Fuchsia #C963B5

Tints of Fuchsia #C963B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.63%

R = 41.79%
G = 20.58%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C963B5 (or 0xC963B5) is known color: Fuchsia. HEX triplet: C9, 63 and B5. RGB value is (201,99,181). Sum of RGB (Red+Green+Blue) = 201+99+181=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C963B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963B5 is #369C4A. Grayscale: #8A8A8A. Windows color (decimal): -3578955 or 11887561. OLE color: 11887561.

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

Color convert

RGB 201 99 181 -
CMYK 0 0.51 0.10 0.21
HSL 311.76º 0.49% 0.59% -
HSV(B) 311.76º 0.51% 0.79% -
XYZ 36.89 24.68 46.53 -
YUV 138.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 201 99 181 0 0.51 0.10 0.21 311.76 0.49 0.59
Hex C9 63 B5 0 33 A 15 138 31 3B
Octal 311 143 265 0 63 12 25 470 61 73
Binary 11001001 1100011 10110101 0 110011 1010 10101 100111000 110001 111011

Color Harmonies of #C963B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963B5

Black with #C963B5

Text Example


Text Example

White with #C963B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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