Html Css Color HEX #C74BB6 Fuchsia

📋 copy color: '#C74BB6'

red 199 ◦ green 75 ◦ blue 182

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

Shades of Fuchsia #C74BB6

Tints of Fuchsia #C74BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.91%

R = 43.64%
G = 16.45%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C74BB6 (or 0xC74BB6) is known color: Fuchsia. HEX triplet: C7, 4B and B6. RGB value is (199,75,182). Sum of RGB (Red+Green+Blue) = 199+75+182=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BB6 is #38B449. Grayscale: #7B7B7B. Windows color (decimal): -3716170 or 11946951. OLE color: 11946951.

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

Color convert

RGB 199 75 182 -
CMYK 0 0.62 0.09 0.22
HSL 308.23º 0.53% 0.54% -
HSV(B) 308.23º 0.62% 0.78% -
XYZ 34.51 20.55 46.4 -
YUV 124.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 199 75 182 0 0.62 0.09 0.22 308.23 0.53 0.54
Hex C7 4B B6 0 3E 9 16 134 35 36
Octal 307 113 266 0 76 11 26 464 65 66
Binary 11000111 1001011 10110110 0 111110 1001 10110 100110100 110101 110110

Color Harmonies of #C74BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74BB6

Black with #C74BB6

Text Example


Text Example

White with #C74BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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