Html Css Color HEX #C960D0 Fuchsia

📋 copy color: '#C960D0'

red 201 ◦ green 96 ◦ blue 208

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

Shades of Fuchsia #C960D0

Tints of Fuchsia #C960D0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.01%

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

R = 39.8%
G = 19.01%
B = 41.19%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C960D0 (or 0xC960D0) is known color: Fuchsia. HEX triplet: C9, 60 and D0. RGB value is (201,96,208). Sum of RGB (Red+Green+Blue) = 201+96+208=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #C960D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960D0 is #369F2F. Grayscale: #8B8B8B. Windows color (decimal): -3579696 or 13656265. OLE color: 13656265.

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

Color convert

RGB 201 96 208 -
CMYK 0.03 0.54 0 0.18
HSL 296.25º 0.54% 0.6% -
HSV(B) 296.25º 0.54% 0.82% -
XYZ 39.66 25.34 62.48 -
YUV 140.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 201 96 208 0.03 0.54 0 0.18 296.25 0.54 0.6
Hex C9 60 D0 3 36 0 12 128 36 3C
Octal 311 140 320 3 66 0 22 450 66 74
Binary 11001001 1100000 11010000 11 110110 0 10010 100101000 110110 111100

Color Harmonies of #C960D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960D0

Black with #C960D0

Text Example


Text Example

White with #C960D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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