Html Css Color HEX #C74DCD Fuchsia

📋 copy color: '#C74DCD'

red 199 ◦ green 77 ◦ blue 205

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

Shades of Fuchsia #C74DCD

Tints of Fuchsia #C74DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 41.37%
G = 16.01%
B = 42.62%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C74DCD (or 0xC74DCD) is known color: Fuchsia. HEX triplet: C7, 4D and CD. RGB value is (199,77,205). Sum of RGB (Red+Green+Blue) = 199+77+205=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #C74DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DCD is #38B232. Grayscale: #7F7F7F. Windows color (decimal): -3715635 or 13454791. OLE color: 13454791.

HSL color Cylindrical-coordinate representation of color #C74DCD: hue angle of 297.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74DCD is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 77 205 -
CMYK 0.03 0.62 0 0.20
HSL 297.19º 0.56% 0.55% -
HSV(B) 297.19º 0.62% 0.8% -
XYZ 37.23 21.86 60.01 -
YUV 128.07 171.42 178.59 -
System Red Green Blue C M Y K H S L
Decimal 199 77 205 0.03 0.62 0 0.20 297.19 0.56 0.55
Hex C7 4D CD 3 3E 0 14 129 38 37
Octal 307 115 315 3 76 0 24 451 70 67
Binary 11000111 1001101 11001101 11 111110 0 10100 100101001 111000 110111

Color Harmonies of #C74DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DCD

Black with #C74DCD

Text Example


Text Example

White with #C74DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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