Html Css Color HEX #C73DB0 Fuchsia

📋 copy color: '#C73DB0'

red 199 ◦ green 61 ◦ blue 176

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

Shades of Fuchsia #C73DB0

Tints of Fuchsia #C73DB0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.99%

 BLUE value IS 176 (69.14% from 255) = 40.37%

R = 45.64%
G = 13.99%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C73DB0 (or 0xC73DB0) is known color: Fuchsia. HEX triplet: C7, 3D and B0. RGB value is (199,61,176). Sum of RGB (Red+Green+Blue) = 199+61+176=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73DB0 is #38C24F. Grayscale: #737373. Windows color (decimal): -3719760 or 11550151. OLE color: 11550151.

HSL color Cylindrical-coordinate representation of color #C73DB0: hue angle of 310º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73DB0 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 61 176 -
CMYK 0 0.69 0.12 0.22
HSL 310º 0.55% 0.51% -
HSV(B) 310º 0.69% 0.78% -
XYZ 33.06 18.61 42.92 -
YUV 115.37 162.22 187.65 -
System Red Green Blue C M Y K H S L
Decimal 199 61 176 0 0.69 0.12 0.22 310 0.55 0.51
Hex C7 3D B0 0 45 C 16 136 37 33
Octal 307 75 260 0 105 14 26 466 67 63
Binary 11000111 111101 10110000 0 1000101 1100 10110 100110110 110111 110011

Color Harmonies of #C73DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DB0

Black with #C73DB0

Text Example


Text Example

White with #C73DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DB0; }

 p { color: rgb(199,61,176); }

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

background-color css

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

 a { background-color: rgb(199,61,176); }

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

border-color css

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

 span { border-color: rgb(199,61,176); }

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