Html Css Color HEX #C74BB9 Fuchsia

📋 copy color: '#C74BB9'

red 199 ◦ green 75 ◦ blue 185

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

Shades of Fuchsia #C74BB9

Tints of Fuchsia #C74BB9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.34%

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

R = 43.36%
G = 16.34%
B = 40.31%

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

#C74BB9 (or 0xC74BB9) is known color: Fuchsia. HEX triplet: C7, 4B and B9. RGB value is (199,75,185). Sum of RGB (Red+Green+Blue) = 199+75+185=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BB9 is #38B446. Grayscale: #7C7C7C. Windows color (decimal): -3716167 or 12143559. OLE color: 12143559.

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

Color convert

RGB 199 75 185 -
CMYK 0 0.62 0.07 0.22
HSL 306.77º 0.53% 0.54% -
HSV(B) 306.77º 0.62% 0.78% -
XYZ 34.83 20.68 48.05 -
YUV 124.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 199 75 185 0 0.62 0.07 0.22 306.77 0.53 0.54
Hex C7 4B B9 0 3E 7 16 133 35 36
Octal 307 113 271 0 76 7 26 463 65 66
Binary 11000111 1001011 10111001 0 111110 111 10110 100110011 110101 110110

Color Harmonies of #C74BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74BB9

Black with #C74BB9

Text Example


Text Example

White with #C74BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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