Html Css Color HEX #C74DC5 Fuchsia

📋 copy color: '#C74DC5'

red 199 ◦ green 77 ◦ blue 197

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

Shades of Fuchsia #C74DC5

Tints of Fuchsia #C74DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 42.07%
G = 16.28%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C74DC5 (or 0xC74DC5) is known color: Fuchsia. HEX triplet: C7, 4D and C5. RGB value is (199,77,197). Sum of RGB (Red+Green+Blue) = 199+77+197=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DC5 is #38B23A. Grayscale: #7E7E7E. Windows color (decimal): -3715643 or 12930503. OLE color: 12930503.

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

Color convert

RGB 199 77 197 -
CMYK 0 0.61 0.01 0.22
HSL 300.98º 0.52% 0.54% -
HSV(B) 300.98º 0.61% 0.78% -
XYZ 36.29 21.48 55.06 -
YUV 127.16 167.42 179.24 -
System Red Green Blue C M Y K H S L
Decimal 199 77 197 0 0.61 0.01 0.22 300.98 0.52 0.54
Hex C7 4D C5 0 3D 1 16 12D 34 36
Octal 307 115 305 0 75 1 26 455 64 66
Binary 11000111 1001101 11000101 0 111101 1 10110 100101101 110100 110110

Color Harmonies of #C74DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DC5

Black with #C74DC5

Text Example


Text Example

White with #C74DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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