Html Css Color HEX #C73AD0 Fuchsia

📋 copy color: '#C73AD0'

red 199 ◦ green 58 ◦ blue 208

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

Shades of Fuchsia #C73AD0

Tints of Fuchsia #C73AD0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.47%

 BLUE value IS 208 (81.64% from 255) = 44.73%

R = 42.8%
G = 12.47%
B = 44.73%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C73AD0 (or 0xC73AD0) is known color: Fuchsia. HEX triplet: C7, 3A and D0. RGB value is (199,58,208). Sum of RGB (Red+Green+Blue) = 199+58+208=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #C73AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73AD0 is #38C52F. Grayscale: #747474. Windows color (decimal): -3720496 or 13646535. OLE color: 13646535.

HSL color Cylindrical-coordinate representation of color #C73AD0: hue angle of 296.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73AD0 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 58 208 -
CMYK 0.04 0.72 0 0.18
HSL 296.4º 0.61% 0.52% -
HSV(B) 296.4º 0.72% 0.82% -
XYZ 36.45 19.72 61.56 -
YUV 117.26 179.21 186.3 -
System Red Green Blue C M Y K H S L
Decimal 199 58 208 0.04 0.72 0 0.18 296.4 0.61 0.52
Hex C7 3A D0 4 48 0 12 128 3D 34
Octal 307 72 320 4 110 0 22 450 75 64
Binary 11000111 111010 11010000 100 1001000 0 10010 100101000 111101 110100

Color Harmonies of #C73AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73AD0

Black with #C73AD0

Text Example


Text Example

White with #C73AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73AD0; }

 p { color: rgb(199,58,208); }

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

background-color css

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

 a { background-color: rgb(199,58,208); }

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

border-color css

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

 span { border-color: rgb(199,58,208); }

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