Html Css Color HEX #C72ED0 Fuchsia

📋 copy color: '#C72ED0'

red 199 ◦ green 46 ◦ blue 208

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

Shades of Fuchsia #C72ED0

Tints of Fuchsia #C72ED0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.15%

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

R = 43.93%
G = 10.15%
B = 45.92%

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

#C72ED0 (or 0xC72ED0) is known color: Fuchsia. HEX triplet: C7, 2E and D0. RGB value is (199,46,208). Sum of RGB (Red+Green+Blue) = 199+46+208=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #C72ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ED0 is #38D12F. Grayscale: #6D6D6D. Windows color (decimal): -3723568 or 13643463. OLE color: 13643463.

HSL color Cylindrical-coordinate representation of color #C72ED0: hue angle of 296.67º 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 #C72ED0 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 46 208 -
CMYK 0.04 0.78 0 0.18
HSL 296.67º 0.64% 0.5% -
HSV(B) 296.67º 0.78% 0.82% -
XYZ 35.92 18.65 61.38 -
YUV 110.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 199 46 208 0.04 0.78 0 0.18 296.67 0.64 0.5
Hex C7 2E D0 4 4E 0 12 129 40 32
Octal 307 56 320 4 116 0 22 451 100 62
Binary 11000111 101110 11010000 100 1001110 0 10010 100101001 1000000 110010

Color Harmonies of #C72ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72ED0

Black with #C72ED0

Text Example


Text Example

White with #C72ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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