Html Css Color HEX #C72ECE Fuchsia

📋 copy color: '#C72ECE'

red 199 ◦ green 46 ◦ blue 206

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

Shades of Fuchsia #C72ECE

Tints of Fuchsia #C72ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 44.12%
G = 10.2%
B = 45.68%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C72ECE (or 0xC72ECE) is known color: Fuchsia. HEX triplet: C7, 2E and CE. RGB value is (199,46,206). Sum of RGB (Red+Green+Blue) = 199+46+206=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 46 (18.36% from 255 or 10.20% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #C72ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ECE is #38D131. Grayscale: #6D6D6D. Windows color (decimal): -3723570 or 13512391. OLE color: 13512391.

HSL color Cylindrical-coordinate representation of color #C72ECE: hue angle of 297.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72ECE is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 46 206 -
CMYK 0.03 0.78 0 0.19
HSL 297.38º 0.63% 0.49% -
HSV(B) 297.38º 0.78% 0.81% -
XYZ 35.67 18.55 60.09 -
YUV 109.99 182.19 191.49 -
System Red Green Blue C M Y K H S L
Decimal 199 46 206 0.03 0.78 0 0.19 297.38 0.63 0.49
Hex C7 2E CE 3 4E 0 13 129 3F 31
Octal 307 56 316 3 116 0 23 451 77 61
Binary 11000111 101110 11001110 11 1001110 0 10011 100101001 111111 110001

Color Harmonies of #C72ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72ECE

Black with #C72ECE

Text Example


Text Example

White with #C72ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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