Html Css Color HEX #C963CE Fuchsia

📋 copy color: '#C963CE'

red 201 ◦ green 99 ◦ blue 206

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

Shades of Fuchsia #C963CE

Tints of Fuchsia #C963CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 39.72%
G = 19.57%
B = 40.71%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C963CE (or 0xC963CE) is known color: Fuchsia. HEX triplet: C9, 63 and CE. RGB value is (201,99,206). Sum of RGB (Red+Green+Blue) = 201+99+206=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #C963CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963CE is #369C31. Grayscale: #8D8D8D. Windows color (decimal): -3578930 or 13525961. OLE color: 13525961.

HSL color Cylindrical-coordinate representation of color #C963CE: hue angle of 297.2º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C963CE is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 99 206 -
CMYK 0.02 0.52 0 0.19
HSL 297.2º 0.52% 0.6% -
HSV(B) 297.2º 0.52% 0.81% -
XYZ 39.69 25.8 61.28 -
YUV 141.7 164.29 170.3 -
System Red Green Blue C M Y K H S L
Decimal 201 99 206 0.02 0.52 0 0.19 297.2 0.52 0.6
Hex C9 63 CE 2 34 0 13 129 34 3C
Octal 311 143 316 2 64 0 23 451 64 74
Binary 11001001 1100011 11001110 10 110100 0 10011 100101001 110100 111100

Color Harmonies of #C963CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963CE

Black with #C963CE

Text Example


Text Example

White with #C963CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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