Html Css Color HEX #C72FCE Fuchsia

📋 copy color: '#C72FCE'

red 199 ◦ green 47 ◦ blue 206

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

Shades of Fuchsia #C72FCE

Tints of Fuchsia #C72FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.4%

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

R = 44.03%
G = 10.4%
B = 45.58%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C72FCE (or 0xC72FCE) is known color: Fuchsia. HEX triplet: C7, 2F and CE. RGB value is (199,47,206). Sum of RGB (Red+Green+Blue) = 199+47+206=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #C72FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72FCE is #38D031. Grayscale: #6E6E6E. Windows color (decimal): -3723314 or 13512647. OLE color: 13512647.

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

Color convert

RGB 199 47 206 -
CMYK 0.03 0.77 0 0.19
HSL 297.36º 0.63% 0.5% -
HSV(B) 297.36º 0.77% 0.81% -
XYZ 35.71 18.63 60.11 -
YUV 110.57 181.86 191.07 -
System Red Green Blue C M Y K H S L
Decimal 199 47 206 0.03 0.77 0 0.19 297.36 0.63 0.5
Hex C7 2F CE 3 4D 0 13 129 3F 32
Octal 307 57 316 3 115 0 23 451 77 62
Binary 11000111 101111 11001110 11 1001101 0 10011 100101001 111111 110010

Color Harmonies of #C72FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FCE

Black with #C72FCE

Text Example


Text Example

White with #C72FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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