Html Css Color HEX #C942AF Fuchsia

📋 copy color: '#C942AF'

red 201 ◦ green 66 ◦ blue 175

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

Shades of Fuchsia #C942AF

Tints of Fuchsia #C942AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.93%

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

R = 45.48%
G = 14.93%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C942AF (or 0xC942AF) is known color: Fuchsia. HEX triplet: C9, 42 and AF. RGB value is (201,66,175). Sum of RGB (Red+Green+Blue) = 201+66+175=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C942AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C942AF is #36BD50. Grayscale: #767676. Windows color (decimal): -3587409 or 11485897. OLE color: 11485897.

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

Color convert

RGB 201 66 175 -
CMYK 0 0.67 0.13 0.21
HSL 311.56º 0.56% 0.52% -
HSV(B) 311.56º 0.67% 0.79% -
XYZ 33.77 19.41 42.52 -
YUV 118.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 201 66 175 0 0.67 0.13 0.21 311.56 0.56 0.52
Hex C9 42 AF 0 43 D 15 138 38 34
Octal 311 102 257 0 103 15 25 470 70 64
Binary 11001001 1000010 10101111 0 1000011 1101 10101 100111000 111000 110100

Color Harmonies of #C942AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942AF

Black with #C942AF

Text Example


Text Example

White with #C942AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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