Html Css Color HEX #C74DB0 Fuchsia

📋 copy color: '#C74DB0'

red 199 ◦ green 77 ◦ blue 176

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

Shades of Fuchsia #C74DB0

Tints of Fuchsia #C74DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.94%

R = 44.03%
G = 17.04%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C74DB0 (or 0xC74DB0) is known color: Fuchsia. HEX triplet: C7, 4D and B0. RGB value is (199,77,176). Sum of RGB (Red+Green+Blue) = 199+77+176=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74DB0 is #38B24F. Grayscale: #7C7C7C. Windows color (decimal): -3715664 or 11554247. OLE color: 11554247.

HSL color Cylindrical-coordinate representation of color #C74DB0: hue angle of 311.31º 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 #C74DB0 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 77 176 -
CMYK 0 0.61 0.12 0.22
HSL 311.31º 0.52% 0.54% -
HSV(B) 311.31º 0.61% 0.78% -
XYZ 34.04 20.58 43.25 -
YUV 124.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 199 77 176 0 0.61 0.12 0.22 311.31 0.52 0.54
Hex C7 4D B0 0 3D C 16 137 34 36
Octal 307 115 260 0 75 14 26 467 64 66
Binary 11000111 1001101 10110000 0 111101 1100 10110 100110111 110100 110110

Color Harmonies of #C74DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DB0

Black with #C74DB0

Text Example


Text Example

White with #C74DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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