Html Css Color HEX #C73DB5 Fuchsia

📋 copy color: '#C73DB5'

red 199 ◦ green 61 ◦ blue 181

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

Shades of Fuchsia #C73DB5

Tints of Fuchsia #C73DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.04%

R = 45.12%
G = 13.83%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C73DB5 (or 0xC73DB5) is known color: Fuchsia. HEX triplet: C7, 3D and B5. RGB value is (199,61,181). Sum of RGB (Red+Green+Blue) = 199+61+181=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DB5 is #38C24A. Grayscale: #737373. Windows color (decimal): -3719755 or 11877831. OLE color: 11877831.

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

Color convert

RGB 199 61 181 -
CMYK 0 0.69 0.09 0.22
HSL 307.83º 0.55% 0.51% -
HSV(B) 307.83º 0.69% 0.78% -
XYZ 33.56 18.82 45.58 -
YUV 115.94 164.72 187.24 -
System Red Green Blue C M Y K H S L
Decimal 199 61 181 0 0.69 0.09 0.22 307.83 0.55 0.51
Hex C7 3D B5 0 45 9 16 134 37 33
Octal 307 75 265 0 105 11 26 464 67 63
Binary 11000111 111101 10110101 0 1000101 1001 10110 100110100 110111 110011

Color Harmonies of #C73DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DB5

Black with #C73DB5

Text Example


Text Example

White with #C73DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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