Html Css Color HEX #C73DD0 Fuchsia

📋 copy color: '#C73DD0'

red 199 ◦ green 61 ◦ blue 208

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

Shades of Fuchsia #C73DD0

Tints of Fuchsia #C73DD0

RGB

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

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

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

R = 42.52%
G = 13.03%
B = 44.44%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C73DD0 (or 0xC73DD0) is known color: Fuchsia. HEX triplet: C7, 3D and D0. RGB value is (199,61,208). Sum of RGB (Red+Green+Blue) = 199+61+208=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #C73DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DD0 is #38C22F. Grayscale: #767676. Windows color (decimal): -3719728 or 13647303. OLE color: 13647303.

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

Color convert

RGB 199 61 208 -
CMYK 0.04 0.71 0 0.18
HSL 296.33º 0.61% 0.53% -
HSV(B) 296.33º 0.71% 0.82% -
XYZ 36.61 20.03 61.61 -
YUV 119.02 178.22 185.05 -
System Red Green Blue C M Y K H S L
Decimal 199 61 208 0.04 0.71 0 0.18 296.33 0.61 0.53
Hex C7 3D D0 4 47 0 12 128 3D 35
Octal 307 75 320 4 107 0 22 450 75 65
Binary 11000111 111101 11010000 100 1000111 0 10010 100101000 111101 110101

Color Harmonies of #C73DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DD0

Black with #C73DD0

Text Example


Text Example

White with #C73DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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