Html Css Color HEX #C74CC5 Fuchsia

📋 copy color: '#C74CC5'

red 199 ◦ green 76 ◦ blue 197

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

Shades of Fuchsia #C74CC5

Tints of Fuchsia #C74CC5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.1%

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

R = 42.16%
G = 16.1%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C74CC5 (or 0xC74CC5) is known color: Fuchsia. HEX triplet: C7, 4C and C5. RGB value is (199,76,197). Sum of RGB (Red+Green+Blue) = 199+76+197=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CC5 is #38B33A. Grayscale: #7E7E7E. Windows color (decimal): -3715899 or 12930247. OLE color: 12930247.

HSL color Cylindrical-coordinate representation of color #C74CC5: 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.62%. Process color model (Four color, CMYK) of #C74CC5 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 76 197 -
CMYK 0 0.62 0.01 0.22
HSL 300.98º 0.52% 0.54% -
HSV(B) 300.98º 0.62% 0.78% -
XYZ 36.22 21.34 55.03 -
YUV 126.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 199 76 197 0 0.62 0.01 0.22 300.98 0.52 0.54
Hex C7 4C C5 0 3E 1 16 12D 34 36
Octal 307 114 305 0 76 1 26 455 64 66
Binary 11000111 1001100 11000101 0 111110 1 10110 100101101 110100 110110

Color Harmonies of #C74CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74CC5

Black with #C74CC5

Text Example


Text Example

White with #C74CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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