Html Css Color HEX #C74CBB Fuchsia

📋 copy color: '#C74CBB'

red 199 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #C74CBB

Tints of Fuchsia #C74CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.48%

R = 43.07%
G = 16.45%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C74CBB (or 0xC74CBB) is known color: Fuchsia. HEX triplet: C7, 4C and BB. RGB value is (199,76,187). Sum of RGB (Red+Green+Blue) = 199+76+187=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CBB is #38B344. Grayscale: #7D7D7D. Windows color (decimal): -3715909 or 12274887. OLE color: 12274887.

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

Color convert

RGB 199 76 187 -
CMYK 0 0.62 0.06 0.22
HSL 305.85º 0.52% 0.54% -
HSV(B) 305.85º 0.62% 0.78% -
XYZ 35.11 20.9 49.2 -
YUV 125.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 199 76 187 0 0.62 0.06 0.22 305.85 0.52 0.54
Hex C7 4C BB 0 3E 6 16 132 34 36
Octal 307 114 273 0 76 6 26 462 64 66
Binary 11000111 1001100 10111011 0 111110 110 10110 100110010 110100 110110

Color Harmonies of #C74CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74CBB

Black with #C74CBB

Text Example


Text Example

White with #C74CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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