Html Css Color HEX #C963C3 Fuchsia

📋 copy color: '#C963C3'

red 201 ◦ green 99 ◦ blue 195

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

Shades of Fuchsia #C963C3

Tints of Fuchsia #C963C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.39%

R = 40.61%
G = 20%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C963C3 (or 0xC963C3) is known color: Fuchsia. HEX triplet: C9, 63 and C3. RGB value is (201,99,195). Sum of RGB (Red+Green+Blue) = 201+99+195=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C963C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963C3 is #369C3C. Grayscale: #8C8C8C. Windows color (decimal): -3578941 or 12805065. OLE color: 12805065.

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

Color convert

RGB 201 99 195 -
CMYK 0 0.51 0.03 0.21
HSL 303.53º 0.49% 0.59% -
HSV(B) 303.53º 0.51% 0.79% -
XYZ 38.4 25.28 54.49 -
YUV 140.44 158.79 171.19 -
System Red Green Blue C M Y K H S L
Decimal 201 99 195 0 0.51 0.03 0.21 303.53 0.49 0.59
Hex C9 63 C3 0 33 3 15 130 31 3B
Octal 311 143 303 0 63 3 25 460 61 73
Binary 11001001 1100011 11000011 0 110011 11 10101 100110000 110001 111011

Color Harmonies of #C963C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963C3

Black with #C963C3

Text Example


Text Example

White with #C963C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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