Html Css Color HEX #C742AE Fuchsia

📋 copy color: '#C742AE'

red 199 ◦ green 66 ◦ blue 174

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

Shades of Fuchsia #C742AE

Tints of Fuchsia #C742AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 45.33%
G = 15.03%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C742AE (or 0xC742AE) is known color: Fuchsia. HEX triplet: C7, 42 and AE. RGB value is (199,66,174). Sum of RGB (Red+Green+Blue) = 199+66+174=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C742AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C742AE is #38BD51. Grayscale: #757575. Windows color (decimal): -3718482 or 11420359. OLE color: 11420359.

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

Color convert

RGB 199 66 174 -
CMYK 0 0.67 0.13 0.22
HSL 311.28º 0.54% 0.52% -
HSV(B) 311.28º 0.67% 0.78% -
XYZ 33.14 19.09 41.98 -
YUV 118.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 199 66 174 0 0.67 0.13 0.22 311.28 0.54 0.52
Hex C7 42 AE 0 43 D 16 137 36 34
Octal 307 102 256 0 103 15 26 467 66 64
Binary 11000111 1000010 10101110 0 1000011 1101 10110 100110111 110110 110100

Color Harmonies of #C742AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C742AE

Black with #C742AE

Text Example


Text Example

White with #C742AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C742AE; }

 p { color: rgb(199,66,174); }

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

background-color css

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

 a { background-color: rgb(199,66,174); }

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

border-color css

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

 span { border-color: rgb(199,66,174); }

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