Html Css Color HEX #C961AF Fuchsia

📋 copy color: '#C961AF'

red 201 ◦ green 97 ◦ blue 175

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

Shades of Fuchsia #C961AF

Tints of Fuchsia #C961AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37%

R = 42.49%
G = 20.51%
B = 37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C961AF (or 0xC961AF) is known color: Fuchsia. HEX triplet: C9, 61 and AF. RGB value is (201,97,175). Sum of RGB (Red+Green+Blue) = 201+97+175=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C961AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C961AF is #369E50. Grayscale: #888888. Windows color (decimal): -3579473 or 11493833. OLE color: 11493833.

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

Color convert

RGB 201 97 175 -
CMYK 0 0.52 0.13 0.21
HSL 315º 0.49% 0.58% -
HSV(B) 315º 0.52% 0.79% -
XYZ 36.1 24.06 43.3 -
YUV 136.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 201 97 175 0 0.52 0.13 0.21 315 0.49 0.58
Hex C9 61 AF 0 34 D 15 13B 31 3A
Octal 311 141 257 0 64 15 25 473 61 72
Binary 11001001 1100001 10101111 0 110100 1101 10101 100111011 110001 111010

Color Harmonies of #C961AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961AF

Black with #C961AF

Text Example


Text Example

White with #C961AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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