Html Css Color HEX #C74AD0 Fuchsia

📋 copy color: '#C74AD0'

red 199 ◦ green 74 ◦ blue 208

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

Shades of Fuchsia #C74AD0

Tints of Fuchsia #C74AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.38%

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 41.37%
G = 15.38%
B = 43.24%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C74AD0 (or 0xC74AD0) is known color: Fuchsia. HEX triplet: C7, 4A and D0. RGB value is (199,74,208). Sum of RGB (Red+Green+Blue) = 199+74+208=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #C74AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74AD0 is #38B52F. Grayscale: #7E7E7E. Windows color (decimal): -3716400 or 13650631. OLE color: 13650631.

HSL color Cylindrical-coordinate representation of color #C74AD0: hue angle of 295.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74AD0 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 74 208 -
CMYK 0.04 0.64 0 0.18
HSL 295.97º 0.59% 0.55% -
HSV(B) 295.97º 0.64% 0.82% -
XYZ 37.39 21.59 61.87 -
YUV 126.65 173.91 179.6 -
System Red Green Blue C M Y K H S L
Decimal 199 74 208 0.04 0.64 0 0.18 295.97 0.59 0.55
Hex C7 4A D0 4 40 0 12 128 3B 37
Octal 307 112 320 4 100 0 22 450 73 67
Binary 11000111 1001010 11010000 100 1000000 0 10010 100101000 111011 110111

Color Harmonies of #C74AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AD0

Black with #C74AD0

Text Example


Text Example

White with #C74AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AD0; }

 p { color: rgb(199,74,208); }

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

background-color css

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

 a { background-color: rgb(199,74,208); }

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

border-color css

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

 span { border-color: rgb(199,74,208); }

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