Html Css Color HEX #C74CBA Fuchsia

📋 copy color: '#C74CBA'

red 199 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #C74CBA

Tints of Fuchsia #C74CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 43.17%
G = 16.49%
B = 40.35%

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

#C74CBA (or 0xC74CBA) is known color: Fuchsia. HEX triplet: C7, 4C and BA. RGB value is (199,76,186). Sum of RGB (Red+Green+Blue) = 199+76+186=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CBA is #38B345. Grayscale: #7D7D7D. Windows color (decimal): -3715910 or 12209351. OLE color: 12209351.

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

Color convert

RGB 199 76 186 -
CMYK 0 0.62 0.07 0.22
HSL 306.34º 0.52% 0.54% -
HSV(B) 306.34º 0.62% 0.78% -
XYZ 35 20.86 48.64 -
YUV 125.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 199 76 186 0 0.62 0.07 0.22 306.34 0.52 0.54
Hex C7 4C BA 0 3E 7 16 132 34 36
Octal 307 114 272 0 76 7 26 462 64 66
Binary 11000111 1001100 10111010 0 111110 111 10110 100110010 110100 110110

Color Harmonies of #C74CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74CBA

Black with #C74CBA

Text Example


Text Example

White with #C74CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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