Html Css Color HEX #C961C5 Fuchsia

📋 copy color: '#C961C5'

red 201 ◦ green 97 ◦ blue 197

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

Shades of Fuchsia #C961C5

Tints of Fuchsia #C961C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.8%

R = 40.61%
G = 19.6%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C961C5 (or 0xC961C5) is known color: Fuchsia. HEX triplet: C9, 61 and C5. RGB value is (201,97,197). Sum of RGB (Red+Green+Blue) = 201+97+197=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C961C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961C5 is #369E3A. Grayscale: #8B8B8B. Windows color (decimal): -3579451 or 12935625. OLE color: 12935625.

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

Color convert

RGB 201 97 197 -
CMYK 0 0.52 0.02 0.21
HSL 302.31º 0.49% 0.58% -
HSV(B) 302.31º 0.52% 0.79% -
XYZ 38.44 25 55.62 -
YUV 139.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 201 97 197 0 0.52 0.02 0.21 302.31 0.49 0.58
Hex C9 61 C5 0 34 2 15 12E 31 3A
Octal 311 141 305 0 64 2 25 456 61 72
Binary 11001001 1100001 11000101 0 110100 10 10101 100101110 110001 111010

Color Harmonies of #C961C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961C5

Black with #C961C5

Text Example


Text Example

White with #C961C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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