Html Css Color HEX #C74CB9 Fuchsia

📋 copy color: '#C74CB9'

red 199 ◦ green 76 ◦ blue 185

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

Shades of Fuchsia #C74CB9

Tints of Fuchsia #C74CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 43.26%
G = 16.52%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C74CB9 (or 0xC74CB9) is known color: Fuchsia. HEX triplet: C7, 4C and B9. RGB value is (199,76,185). Sum of RGB (Red+Green+Blue) = 199+76+185=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CB9 is #38B346. Grayscale: #7C7C7C. Windows color (decimal): -3715911 or 12143815. OLE color: 12143815.

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

Color convert

RGB 199 76 185 -
CMYK 0 0.62 0.07 0.22
HSL 306.83º 0.52% 0.54% -
HSV(B) 306.83º 0.62% 0.78% -
XYZ 34.89 20.81 48.08 -
YUV 125.2 161.75 180.64 -
System Red Green Blue C M Y K H S L
Decimal 199 76 185 0 0.62 0.07 0.22 306.83 0.52 0.54
Hex C7 4C B9 0 3E 7 16 133 34 36
Octal 307 114 271 0 76 7 26 463 64 66
Binary 11000111 1001100 10111001 0 111110 111 10110 100110011 110100 110110

Color Harmonies of #C74CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74CB9

Black with #C74CB9

Text Example


Text Example

White with #C74CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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