Html Css Color HEX #C963C8 Fuchsia

📋 copy color: '#C963C8'

red 201 ◦ green 99 ◦ blue 200

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

Shades of Fuchsia #C963C8

Tints of Fuchsia #C963C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40%

R = 40.2%
G = 19.8%
B = 40%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#C963C8 (or 0xC963C8) is known color: Fuchsia. HEX triplet: C9, 63 and C8. RGB value is (201,99,200). Sum of RGB (Red+Green+Blue) = 201+99+200=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 200 (78.52% from 255 or 40% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C963C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963C8 is #369C37. Grayscale: #8C8C8C. Windows color (decimal): -3578936 or 13132745. OLE color: 13132745.

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

Color convert

RGB 201 99 200 -
CMYK 0 0.51 0.00 0.21
HSL 300.59º 0.49% 0.59% -
HSV(B) 300.59º 0.51% 0.79% -
XYZ 38.97 25.51 57.51 -
YUV 141.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 201 99 200 0 0.51 0.00 0.21 300.59 0.49 0.59
Hex C9 63 C8 0 33 0 15 12D 31 3B
Octal 311 143 310 0 63 0 25 455 61 73
Binary 11001001 1100011 11001000 0 110011 0 10101 100101101 110001 111011

Color Harmonies of #C963C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963C8

Black with #C963C8

Text Example


Text Example

White with #C963C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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