Html Css Color HEX #C74DD0 Fuchsia

📋 copy color: '#C74DD0'

red 199 ◦ green 77 ◦ blue 208

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

Shades of Fuchsia #C74DD0

Tints of Fuchsia #C74DD0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.91%

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

R = 41.12%
G = 15.91%
B = 42.98%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C74DD0 (or 0xC74DD0) is known color: Fuchsia. HEX triplet: C7, 4D and D0. RGB value is (199,77,208). Sum of RGB (Red+Green+Blue) = 199+77+208=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #C74DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DD0 is #38B22F. Grayscale: #808080. Windows color (decimal): -3715632 or 13651399. OLE color: 13651399.

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

Color convert

RGB 199 77 208 -
CMYK 0.04 0.63 0 0.18
HSL 295.88º 0.58% 0.56% -
HSV(B) 295.88º 0.63% 0.82% -
XYZ 37.59 22 61.94 -
YUV 128.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 199 77 208 0.04 0.63 0 0.18 295.88 0.58 0.56
Hex C7 4D D0 4 3F 0 12 128 3A 38
Octal 307 115 320 4 77 0 22 450 72 70
Binary 11000111 1001101 11010000 100 111111 0 10010 100101000 111010 111000

Color Harmonies of #C74DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DD0

Black with #C74DD0

Text Example


Text Example

White with #C74DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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