Html Css Color HEX #C963D0 Fuchsia

📋 copy color: '#C963D0'

red 201 ◦ green 99 ◦ blue 208

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

Shades of Fuchsia #C963D0

Tints of Fuchsia #C963D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.94%

R = 39.57%
G = 19.49%
B = 40.94%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C963D0 (or 0xC963D0) is known color: Fuchsia. HEX triplet: C9, 63 and D0. RGB value is (201,99,208). Sum of RGB (Red+Green+Blue) = 201+99+208=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #C963D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963D0 is #369C2F. Grayscale: #8D8D8D. Windows color (decimal): -3578928 or 13657033. OLE color: 13657033.

HSL color Cylindrical-coordinate representation of color #C963D0: hue angle of 296.15º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C963D0 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 99 208 -
CMYK 0.03 0.52 0 0.18
HSL 296.15º 0.54% 0.6% -
HSV(B) 296.15º 0.52% 0.82% -
XYZ 39.93 25.9 62.57 -
YUV 141.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 201 99 208 0.03 0.52 0 0.18 296.15 0.54 0.6
Hex C9 63 D0 3 34 0 12 128 36 3C
Octal 311 143 320 3 64 0 22 450 66 74
Binary 11001001 1100011 11010000 11 110100 0 10010 100101000 110110 111100

Color Harmonies of #C963D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963D0

Black with #C963D0

Text Example


Text Example

White with #C963D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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