Html Css Color HEX #C73CBE Fuchsia

📋 copy color: '#C73CBE'

red 199 ◦ green 60 ◦ blue 190

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

Shades of Fuchsia #C73CBE

Tints of Fuchsia #C73CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.36%

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

R = 44.32%
G = 13.36%
B = 42.32%

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

#C73CBE (or 0xC73CBE) is known color: Fuchsia. HEX triplet: C7, 3C and BE. RGB value is (199,60,190). Sum of RGB (Red+Green+Blue) = 199+60+190=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C73CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CBE is #38C341. Grayscale: #747474. Windows color (decimal): -3720002 or 12467399. OLE color: 12467399.

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

Color convert

RGB 199 60 190 -
CMYK 0 0.70 0.05 0.22
HSL 303.88º 0.55% 0.51% -
HSV(B) 303.88º 0.7% 0.78% -
XYZ 34.46 19.09 50.58 -
YUV 116.38 169.55 186.93 -
System Red Green Blue C M Y K H S L
Decimal 199 60 190 0 0.70 0.05 0.22 303.88 0.55 0.51
Hex C7 3C BE 0 46 5 16 130 37 33
Octal 307 74 276 0 106 5 26 460 67 63
Binary 11000111 111100 10111110 0 1000110 101 10110 100110000 110111 110011

Color Harmonies of #C73CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73CBE

Black with #C73CBE

Text Example


Text Example

White with #C73CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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