Html Css Color HEX #C72FCC Fuchsia

📋 copy color: '#C72FCC'

red 199 ◦ green 47 ◦ blue 204

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

Shades of Fuchsia #C72FCC

Tints of Fuchsia #C72FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 44.22%
G = 10.44%
B = 45.33%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C72FCC (or 0xC72FCC) is known color: Fuchsia. HEX triplet: C7, 2F and CC. RGB value is (199,47,204). Sum of RGB (Red+Green+Blue) = 199+47+204=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #C72FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72FCC is #38D033. Grayscale: #6D6D6D. Windows color (decimal): -3723316 or 13381575. OLE color: 13381575.

HSL color Cylindrical-coordinate representation of color #C72FCC: hue angle of 298.09º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72FCC is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 47 204 -
CMYK 0.02 0.77 0 0.2
HSL 298.09º 0.63% 0.49% -
HSV(B) 298.09º 0.77% 0.8% -
XYZ 35.47 18.53 58.83 -
YUV 110.35 180.86 191.23 -
System Red Green Blue C M Y K H S L
Decimal 199 47 204 0.02 0.77 0 0.2 298.09 0.63 0.49
Hex C7 2F CC 2 4D 0 14 12A 3F 31
Octal 307 57 314 2 115 0 24 452 77 61
Binary 11000111 101111 11001100 10 1001101 0 10100 100101010 111111 110001

Color Harmonies of #C72FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FCC

Black with #C72FCC

Text Example


Text Example

White with #C72FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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