Html Css Color HEX #C963CB Fuchsia

📋 copy color: '#C963CB'

red 201 ◦ green 99 ◦ blue 203

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

Shades of Fuchsia #C963CB

Tints of Fuchsia #C963CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.36%

R = 39.96%
G = 19.68%
B = 40.36%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C963CB (or 0xC963CB) is known color: Fuchsia. HEX triplet: C9, 63 and CB. RGB value is (201,99,203). Sum of RGB (Red+Green+Blue) = 201+99+203=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #C963CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963CB is #369C34. Grayscale: #8D8D8D. Windows color (decimal): -3578933 or 13329353. OLE color: 13329353.

HSL color Cylindrical-coordinate representation of color #C963CB: hue angle of 298.85º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C963CB is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 99 203 -
CMYK 0.01 0.51 0 0.20
HSL 298.85º 0.5% 0.59% -
HSV(B) 298.85º 0.51% 0.8% -
XYZ 39.33 25.65 59.38 -
YUV 141.35 162.79 170.54 -
System Red Green Blue C M Y K H S L
Decimal 201 99 203 0.01 0.51 0 0.20 298.85 0.5 0.59
Hex C9 63 CB 1 33 0 14 12B 32 3B
Octal 311 143 313 1 63 0 24 453 62 73
Binary 11001001 1100011 11001011 1 110011 0 10100 100101011 110010 111011

Color Harmonies of #C963CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963CB

Black with #C963CB

Text Example


Text Example

White with #C963CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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