Html Css Color HEX #C75DAE Fuchsia

📋 copy color: '#C75DAE'

red 199 ◦ green 93 ◦ blue 174

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

Shades of Fuchsia #C75DAE

Tints of Fuchsia #C75DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.96%

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

R = 42.7%
G = 19.96%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C75DAE (or 0xC75DAE) is known color: Fuchsia. HEX triplet: C7, 5D and AE. RGB value is (199,93,174). Sum of RGB (Red+Green+Blue) = 199+93+174=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C75DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75DAE is #38A251. Grayscale: #858585. Windows color (decimal): -3711570 or 11427271. OLE color: 11427271.

HSL color Cylindrical-coordinate representation of color #C75DAE: hue angle of 314.15º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75DAE is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 93 174 -
CMYK 0 0.53 0.13 0.22
HSL 314.15º 0.49% 0.57% -
HSV(B) 314.15º 0.53% 0.78% -
XYZ 35.11 23.03 42.64 -
YUV 133.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 199 93 174 0 0.53 0.13 0.22 314.15 0.49 0.57
Hex C7 5D AE 0 35 D 16 13A 31 39
Octal 307 135 256 0 65 15 26 472 61 71
Binary 11000111 1011101 10101110 0 110101 1101 10110 100111010 110001 111001

Color Harmonies of #C75DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75DAE

Black with #C75DAE

Text Example


Text Example

White with #C75DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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