Html Css Color HEX #C74BAD Fuchsia

📋 copy color: '#C74BAD'

red 199 ◦ green 75 ◦ blue 173

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

Shades of Fuchsia #C74BAD

Tints of Fuchsia #C74BAD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.78%

 BLUE value IS 173 (67.97% from 255) = 38.7%

R = 44.52%
G = 16.78%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C74BAD (or 0xC74BAD) is known color: Fuchsia. HEX triplet: C7, 4B and AD. RGB value is (199,75,173). Sum of RGB (Red+Green+Blue) = 199+75+173=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74BAD is #38B452. Grayscale: #7A7A7A. Windows color (decimal): -3716179 or 11357127. OLE color: 11357127.

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

Color convert

RGB 199 75 173 -
CMYK 0 0.62 0.13 0.22
HSL 312.58º 0.53% 0.54% -
HSV(B) 312.58º 0.62% 0.78% -
XYZ 33.61 20.19 41.66 -
YUV 123.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 199 75 173 0 0.62 0.13 0.22 312.58 0.53 0.54
Hex C7 4B AD 0 3E D 16 139 35 36
Octal 307 113 255 0 76 15 26 471 65 66
Binary 11000111 1001011 10101101 0 111110 1101 10110 100111001 110101 110110

Color Harmonies of #C74BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74BAD

Black with #C74BAD

Text Example


Text Example

White with #C74BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74BAD; }

 p { color: rgb(199,75,173); }

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

background-color css

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

 a { background-color: rgb(199,75,173); }

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

border-color css

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

 span { border-color: rgb(199,75,173); }

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