Html Css Color HEX #C961D0 Fuchsia

📋 copy color: '#C961D0'

red 201 ◦ green 97 ◦ blue 208

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

Shades of Fuchsia #C961D0

Tints of Fuchsia #C961D0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.17%

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

R = 39.72%
G = 19.17%
B = 41.11%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C961D0 (or 0xC961D0) is known color: Fuchsia. HEX triplet: C9, 61 and D0. RGB value is (201,97,208). Sum of RGB (Red+Green+Blue) = 201+97+208=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #C961D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961D0 is #369E2F. Grayscale: #8C8C8C. Windows color (decimal): -3579440 or 13656521. OLE color: 13656521.

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

Color convert

RGB 201 97 208 -
CMYK 0.03 0.53 0 0.18
HSL 296.22º 0.54% 0.6% -
HSV(B) 296.22º 0.53% 0.82% -
XYZ 39.75 25.52 62.51 -
YUV 140.75 165.96 170.97 -
System Red Green Blue C M Y K H S L
Decimal 201 97 208 0.03 0.53 0 0.18 296.22 0.54 0.6
Hex C9 61 D0 3 35 0 12 128 36 3C
Octal 311 141 320 3 65 0 22 450 66 74
Binary 11001001 1100001 11010000 11 110101 0 10010 100101000 110110 111100

Color Harmonies of #C961D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961D0

Black with #C961D0

Text Example


Text Example

White with #C961D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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