Html Css Color HEX #C943AF Fuchsia

📋 copy color: '#C943AF'

red 201 ◦ green 67 ◦ blue 175

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

Shades of Fuchsia #C943AF

Tints of Fuchsia #C943AF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.12%

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

R = 45.37%
G = 15.12%
B = 39.5%

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

#C943AF (or 0xC943AF) is known color: Fuchsia. HEX triplet: C9, 43 and AF. RGB value is (201,67,175). Sum of RGB (Red+Green+Blue) = 201+67+175=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C943AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C943AF is #36BC50. Grayscale: #777777. Windows color (decimal): -3587153 or 11486153. OLE color: 11486153.

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

Color convert

RGB 201 67 175 -
CMYK 0 0.67 0.13 0.21
HSL 311.64º 0.55% 0.53% -
HSV(B) 311.64º 0.67% 0.79% -
XYZ 33.83 19.53 42.54 -
YUV 119.38 159.39 186.22 -
System Red Green Blue C M Y K H S L
Decimal 201 67 175 0 0.67 0.13 0.21 311.64 0.55 0.53
Hex C9 43 AF 0 43 D 15 138 37 35
Octal 311 103 257 0 103 15 25 470 67 65
Binary 11001001 1000011 10101111 0 1000011 1101 10101 100111000 110111 110101

Color Harmonies of #C943AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943AF

Black with #C943AF

Text Example


Text Example

White with #C943AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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