Html Css Color HEX #C73DBE Fuchsia

📋 copy color: '#C73DBE'

red 199 ◦ green 61 ◦ blue 190

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

Shades of Fuchsia #C73DBE

Tints of Fuchsia #C73DBE

RGB

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

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

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

R = 44.22%
G = 13.56%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C73DBE (or 0xC73DBE) is known color: Fuchsia. HEX triplet: C7, 3D and BE. RGB value is (199,61,190). Sum of RGB (Red+Green+Blue) = 199+61+190=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DBE is #38C241. Grayscale: #747474. Windows color (decimal): -3719746 or 12467655. OLE color: 12467655.

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

Color convert

RGB 199 61 190 -
CMYK 0 0.69 0.05 0.22
HSL 303.91º 0.55% 0.51% -
HSV(B) 303.91º 0.69% 0.78% -
XYZ 34.52 19.2 50.6 -
YUV 116.97 169.22 186.51 -
System Red Green Blue C M Y K H S L
Decimal 199 61 190 0 0.69 0.05 0.22 303.91 0.55 0.51
Hex C7 3D BE 0 45 5 16 130 37 33
Octal 307 75 276 0 105 5 26 460 67 63
Binary 11000111 111101 10111110 0 1000101 101 10110 100110000 110111 110011

Color Harmonies of #C73DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DBE

Black with #C73DBE

Text Example


Text Example

White with #C73DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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