Html Css Color HEX #C73BBE Fuchsia

📋 copy color: '#C73BBE'

red 199 ◦ green 59 ◦ blue 190

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

Shades of Fuchsia #C73BBE

Tints of Fuchsia #C73BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 44.42%
G = 13.17%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C73BBE (or 0xC73BBE) is known color: Fuchsia. HEX triplet: C7, 3B and BE. RGB value is (199,59,190). Sum of RGB (Red+Green+Blue) = 199+59+190=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BBE is #38C441. Grayscale: #737373. Windows color (decimal): -3720258 or 12467143. OLE color: 12467143.

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

Color convert

RGB 199 59 190 -
CMYK 0 0.70 0.05 0.22
HSL 303.86º 0.56% 0.51% -
HSV(B) 303.86º 0.7% 0.78% -
XYZ 34.41 18.99 50.57 -
YUV 115.79 169.88 187.35 -
System Red Green Blue C M Y K H S L
Decimal 199 59 190 0 0.70 0.05 0.22 303.86 0.56 0.51
Hex C7 3B BE 0 46 5 16 130 38 33
Octal 307 73 276 0 106 5 26 460 70 63
Binary 11000111 111011 10111110 0 1000110 101 10110 100110000 111000 110011

Color Harmonies of #C73BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BBE

Black with #C73BBE

Text Example


Text Example

White with #C73BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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