Html Css Color HEX #C73DB1 Fuchsia

📋 copy color: '#C73DB1'

red 199 ◦ green 61 ◦ blue 177

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

Shades of Fuchsia #C73DB1

Tints of Fuchsia #C73DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.5%

R = 45.54%
G = 13.96%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C73DB1 (or 0xC73DB1) is known color: Fuchsia. HEX triplet: C7, 3D and B1. RGB value is (199,61,177). Sum of RGB (Red+Green+Blue) = 199+61+177=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73DB1 is #38C24E. Grayscale: #737373. Windows color (decimal): -3719759 or 11615687. OLE color: 11615687.

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

Color convert

RGB 199 61 177 -
CMYK 0 0.69 0.11 0.22
HSL 309.57º 0.55% 0.51% -
HSV(B) 309.57º 0.69% 0.78% -
XYZ 33.16 18.65 43.45 -
YUV 115.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 199 61 177 0 0.69 0.11 0.22 309.57 0.55 0.51
Hex C7 3D B1 0 45 B 16 136 37 33
Octal 307 75 261 0 105 13 26 466 67 63
Binary 11000111 111101 10110001 0 1000101 1011 10110 100110110 110111 110011

Color Harmonies of #C73DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DB1

Black with #C73DB1

Text Example


Text Example

White with #C73DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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