Html Css Color HEX #C73CBD Fuchsia

📋 copy color: '#C73CBD'

red 199 ◦ green 60 ◦ blue 189

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

Shades of Fuchsia #C73CBD

Tints of Fuchsia #C73CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 44.42%
G = 13.39%
B = 42.19%

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

#C73CBD (or 0xC73CBD) is known color: Fuchsia. HEX triplet: C7, 3C and BD. RGB value is (199,60,189). Sum of RGB (Red+Green+Blue) = 199+60+189=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C73CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CBD is #38C342. Grayscale: #737373. Windows color (decimal): -3720003 or 12401863. OLE color: 12401863.

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

Color convert

RGB 199 60 189 -
CMYK 0 0.70 0.05 0.22
HSL 304.32º 0.55% 0.51% -
HSV(B) 304.32º 0.7% 0.78% -
XYZ 34.35 19.05 50.01 -
YUV 116.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 199 60 189 0 0.70 0.05 0.22 304.32 0.55 0.51
Hex C7 3C BD 0 46 5 16 130 37 33
Octal 307 74 275 0 106 5 26 460 67 63
Binary 11000111 111100 10111101 0 1000110 101 10110 100110000 110111 110011

Color Harmonies of #C73CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73CBD

Black with #C73CBD

Text Example


Text Example

White with #C73CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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