Html Css Color HEX #C741A9 Fuchsia

📋 copy color: '#C741A9'

red 199 ◦ green 65 ◦ blue 169

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

Shades of Fuchsia #C741A9

Tints of Fuchsia #C741A9

RGB

 RED value IS 199 (78.13% from 255) = 45.96%

 GREEN value IS 65 (25.78% from 255) = 15.01%

 BLUE value IS 169 (66.41% from 255) = 39.03%

R = 45.96%
G = 15.01%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C741A9 (or 0xC741A9) is known color: Fuchsia. HEX triplet: C7, 41 and A9. RGB value is (199,65,169). Sum of RGB (Red+Green+Blue) = 199+65+169=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C741A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C741A9 is #38BE56. Grayscale: #747474. Windows color (decimal): -3718743 or 11092423. OLE color: 11092423.

HSL color Cylindrical-coordinate representation of color #C741A9: hue angle of 313.43º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C741A9 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 65 169 -
CMYK 0 0.67 0.15 0.22
HSL 313.43º 0.54% 0.52% -
HSV(B) 313.43º 0.67% 0.78% -
XYZ 32.6 18.79 39.44 -
YUV 116.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 199 65 169 0 0.67 0.15 0.22 313.43 0.54 0.52
Hex C7 41 A9 0 43 F 16 139 36 34
Octal 307 101 251 0 103 17 26 471 66 64
Binary 11000111 1000001 10101001 0 1000011 1111 10110 100111001 110110 110100

Color Harmonies of #C741A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741A9

Black with #C741A9

Text Example


Text Example

White with #C741A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741A9; }

 p { color: rgb(199,65,169); }

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

background-color css

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

 a { background-color: rgb(199,65,169); }

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

border-color css

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

 span { border-color: rgb(199,65,169); }

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