Html Css Color HEX #C963CA Fuchsia

📋 copy color: '#C963CA'

red 201 ◦ green 99 ◦ blue 202

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

Shades of Fuchsia #C963CA

Tints of Fuchsia #C963CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 40.04%
G = 19.72%
B = 40.24%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C963CA (or 0xC963CA) is known color: Fuchsia. HEX triplet: C9, 63 and CA. RGB value is (201,99,202). Sum of RGB (Red+Green+Blue) = 201+99+202=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #C963CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963CA is #369C35. Grayscale: #8C8C8C. Windows color (decimal): -3578934 or 13263817. OLE color: 13263817.

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

Color convert

RGB 201 99 202 -
CMYK 0.00 0.51 0 0.21
HSL 299.42º 0.49% 0.59% -
HSV(B) 299.42º 0.51% 0.79% -
XYZ 39.21 25.61 58.75 -
YUV 141.24 162.29 170.62 -
System Red Green Blue C M Y K H S L
Decimal 201 99 202 0.00 0.51 0 0.21 299.42 0.49 0.59
Hex C9 63 CA 0 33 0 15 12B 31 3B
Octal 311 143 312 0 63 0 25 453 61 73
Binary 11001001 1100011 11001010 0 110011 0 10101 100101011 110001 111011

Color Harmonies of #C963CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963CA

Black with #C963CA

Text Example


Text Example

White with #C963CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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