Html Css Color HEX #C963CC Fuchsia

📋 copy color: '#C963CC'

red 201 ◦ green 99 ◦ blue 204

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

Shades of Fuchsia #C963CC

Tints of Fuchsia #C963CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 39.88%
G = 19.64%
B = 40.48%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C963CC (or 0xC963CC) is known color: Fuchsia. HEX triplet: C9, 63 and CC. RGB value is (201,99,204). Sum of RGB (Red+Green+Blue) = 201+99+204=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #C963CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963CC is #369C33. Grayscale: #8D8D8D. Windows color (decimal): -3578932 or 13394889. OLE color: 13394889.

HSL color Cylindrical-coordinate representation of color #C963CC: hue angle of 298.29º degrees, saturation: 0.51, 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 #C963CC is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 99 204 -
CMYK 0.01 0.51 0 0.2
HSL 298.29º 0.51% 0.59% -
HSV(B) 298.29º 0.51% 0.8% -
XYZ 39.45 25.7 60.01 -
YUV 141.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 201 99 204 0.01 0.51 0 0.2 298.29 0.51 0.59
Hex C9 63 CC 1 33 0 14 12A 33 3B
Octal 311 143 314 1 63 0 24 452 63 73
Binary 11001001 1100011 11001100 1 110011 0 10100 100101010 110011 111011

Color Harmonies of #C963CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963CC

Black with #C963CC

Text Example


Text Example

White with #C963CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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