Html Css Color HEX #C74BB2 Fuchsia

📋 copy color: '#C74BB2'

red 199 ◦ green 75 ◦ blue 178

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

Shades of Fuchsia #C74BB2

Tints of Fuchsia #C74BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.38%

R = 44.03%
G = 16.59%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C74BB2 (or 0xC74BB2) is known color: Fuchsia. HEX triplet: C7, 4B and B2. RGB value is (199,75,178). Sum of RGB (Red+Green+Blue) = 199+75+178=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74BB2 is #38B44D. Grayscale: #7B7B7B. Windows color (decimal): -3716174 or 11684807. OLE color: 11684807.

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

Color convert

RGB 199 75 178 -
CMYK 0 0.62 0.11 0.22
HSL 310.16º 0.53% 0.54% -
HSV(B) 310.16º 0.62% 0.78% -
XYZ 34.11 20.39 44.26 -
YUV 123.82 158.58 181.62 -
System Red Green Blue C M Y K H S L
Decimal 199 75 178 0 0.62 0.11 0.22 310.16 0.53 0.54
Hex C7 4B B2 0 3E B 16 136 35 36
Octal 307 113 262 0 76 13 26 466 65 66
Binary 11000111 1001011 10110010 0 111110 1011 10110 100110110 110101 110110

Color Harmonies of #C74BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74BB2

Black with #C74BB2

Text Example


Text Example

White with #C74BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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