Html Css Color HEX #C940AF Fuchsia

📋 copy color: '#C940AF'

red 201 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #C940AF

Tints of Fuchsia #C940AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.55%

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

R = 45.68%
G = 14.55%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C940AF (or 0xC940AF) is known color: Fuchsia. HEX triplet: C9, 40 and AF. RGB value is (201,64,175). Sum of RGB (Red+Green+Blue) = 201+64+175=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C940AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C940AF is #36BF50. Grayscale: #757575. Windows color (decimal): -3587921 or 11485385. OLE color: 11485385.

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

Color convert

RGB 201 64 175 -
CMYK 0 0.68 0.13 0.21
HSL 311.39º 0.56% 0.52% -
HSV(B) 311.39º 0.68% 0.79% -
XYZ 33.66 19.18 42.49 -
YUV 117.62 160.39 187.47 -
System Red Green Blue C M Y K H S L
Decimal 201 64 175 0 0.68 0.13 0.21 311.39 0.56 0.52
Hex C9 40 AF 0 44 D 15 137 38 34
Octal 311 100 257 0 104 15 25 467 70 64
Binary 11001001 1000000 10101111 0 1000100 1101 10101 100110111 111000 110100

Color Harmonies of #C940AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940AF

Black with #C940AF

Text Example


Text Example

White with #C940AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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