Html Css Color HEX #C73BB7 Fuchsia

📋 copy color: '#C73BB7'

red 199 ◦ green 59 ◦ blue 183

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

Shades of Fuchsia #C73BB7

Tints of Fuchsia #C73BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 45.12%
G = 13.38%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C73BB7 (or 0xC73BB7) is known color: Fuchsia. HEX triplet: C7, 3B and B7. RGB value is (199,59,183). Sum of RGB (Red+Green+Blue) = 199+59+183=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BB7 is #38C448. Grayscale: #727272. Windows color (decimal): -3720265 or 12008391. OLE color: 12008391.

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

Color convert

RGB 199 59 183 -
CMYK 0 0.70 0.08 0.22
HSL 306.86º 0.56% 0.51% -
HSV(B) 306.86º 0.7% 0.78% -
XYZ 33.66 18.69 46.63 -
YUV 115 166.38 187.92 -
System Red Green Blue C M Y K H S L
Decimal 199 59 183 0 0.70 0.08 0.22 306.86 0.56 0.51
Hex C7 3B B7 0 46 8 16 133 38 33
Octal 307 73 267 0 106 10 26 463 70 63
Binary 11000111 111011 10110111 0 1000110 1000 10110 100110011 111000 110011

Color Harmonies of #C73BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BB7

Black with #C73BB7

Text Example


Text Example

White with #C73BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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