Html Css Color HEX #C963BD Fuchsia

📋 copy color: '#C963BD'

red 201 ◦ green 99 ◦ blue 189

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

Shades of Fuchsia #C963BD

Tints of Fuchsia #C963BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.65%

R = 41.1%
G = 20.25%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C963BD (or 0xC963BD) is known color: Fuchsia. HEX triplet: C9, 63 and BD. RGB value is (201,99,189). Sum of RGB (Red+Green+Blue) = 201+99+189=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C963BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963BD is #369C42. Grayscale: #8B8B8B. Windows color (decimal): -3578947 or 12411849. OLE color: 12411849.

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

Color convert

RGB 201 99 189 -
CMYK 0 0.51 0.06 0.21
HSL 307.06º 0.49% 0.59% -
HSV(B) 307.06º 0.51% 0.79% -
XYZ 37.73 25.02 50.98 -
YUV 139.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 201 99 189 0 0.51 0.06 0.21 307.06 0.49 0.59
Hex C9 63 BD 0 33 6 15 133 31 3B
Octal 311 143 275 0 63 6 25 463 61 73
Binary 11001001 1100011 10111101 0 110011 110 10101 100110011 110001 111011

Color Harmonies of #C963BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963BD

Black with #C963BD

Text Example


Text Example

White with #C963BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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