Html Css Color HEX #C73BB2 Fuchsia

📋 copy color: '#C73BB2'

red 199 ◦ green 59 ◦ blue 178

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

Shades of Fuchsia #C73BB2

Tints of Fuchsia #C73BB2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.53%

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

R = 45.64%
G = 13.53%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C73BB2 (or 0xC73BB2) is known color: Fuchsia. HEX triplet: C7, 3B and B2. RGB value is (199,59,178). Sum of RGB (Red+Green+Blue) = 199+59+178=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73BB2 is #38C44D. Grayscale: #727272. Windows color (decimal): -3720270 or 11680711. OLE color: 11680711.

HSL color Cylindrical-coordinate representation of color #C73BB2: hue angle of 309º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73BB2 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 59 178 -
CMYK 0 0.70 0.11 0.22
HSL 309º 0.56% 0.51% -
HSV(B) 309º 0.7% 0.78% -
XYZ 33.15 18.48 43.94 -
YUV 114.43 163.88 188.32 -
System Red Green Blue C M Y K H S L
Decimal 199 59 178 0 0.70 0.11 0.22 309 0.56 0.51
Hex C7 3B B2 0 46 B 16 135 38 33
Octal 307 73 262 0 106 13 26 465 70 63
Binary 11000111 111011 10110010 0 1000110 1011 10110 100110101 111000 110011

Color Harmonies of #C73BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BB2

Black with #C73BB2

Text Example


Text Example

White with #C73BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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