Html Css Color HEX #C961C7 Fuchsia

📋 copy color: '#C961C7'

red 201 ◦ green 97 ◦ blue 199

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

Shades of Fuchsia #C961C7

Tints of Fuchsia #C961C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.04%

R = 40.44%
G = 19.52%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C961C7 (or 0xC961C7) is known color: Fuchsia. HEX triplet: C9, 61 and C7. RGB value is (201,97,199). Sum of RGB (Red+Green+Blue) = 201+97+199=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C961C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961C7 is #369E38. Grayscale: #8B8B8B. Windows color (decimal): -3579449 or 13066697. OLE color: 13066697.

HSL color Cylindrical-coordinate representation of color #C961C7: hue angle of 301.15º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C961C7 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 97 199 -
CMYK 0 0.52 0.01 0.21
HSL 301.15º 0.49% 0.58% -
HSV(B) 301.15º 0.52% 0.79% -
XYZ 38.67 25.09 56.84 -
YUV 139.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 201 97 199 0 0.52 0.01 0.21 301.15 0.49 0.58
Hex C9 61 C7 0 34 1 15 12D 31 3A
Octal 311 141 307 0 64 1 25 455 61 72
Binary 11001001 1100001 11000111 0 110100 1 10101 100101101 110001 111010

Color Harmonies of #C961C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961C7

Black with #C961C7

Text Example


Text Example

White with #C961C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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