Html Css Color HEX #C72DD0 Fuchsia

📋 copy color: '#C72DD0'

red 199 ◦ green 45 ◦ blue 208

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

Shades of Fuchsia #C72DD0

Tints of Fuchsia #C72DD0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.96%

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

R = 44.03%
G = 9.96%
B = 46.02%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C72DD0 (or 0xC72DD0) is known color: Fuchsia. HEX triplet: C7, 2D and D0. RGB value is (199,45,208). Sum of RGB (Red+Green+Blue) = 199+45+208=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #C72DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DD0 is #38D22F. Grayscale: #6D6D6D. Windows color (decimal): -3723824 or 13643207. OLE color: 13643207.

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

Color convert

RGB 199 45 208 -
CMYK 0.04 0.78 0 0.18
HSL 296.69º 0.64% 0.5% -
HSV(B) 296.69º 0.78% 0.82% -
XYZ 35.88 18.57 61.37 -
YUV 109.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 199 45 208 0.04 0.78 0 0.18 296.69 0.64 0.5
Hex C7 2D D0 4 4E 0 12 129 40 32
Octal 307 55 320 4 116 0 22 451 100 62
Binary 11000111 101101 11010000 100 1001110 0 10010 100101001 1000000 110010

Color Harmonies of #C72DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72DD0

Black with #C72DD0

Text Example


Text Example

White with #C72DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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