Html Css Color HEX #C72FCF Fuchsia

📋 copy color: '#C72FCF'

red 199 ◦ green 47 ◦ blue 207

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

Shades of Fuchsia #C72FCF

Tints of Fuchsia #C72FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 43.93%
G = 10.38%
B = 45.7%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C72FCF (or 0xC72FCF) is known color: Fuchsia. HEX triplet: C7, 2F and CF. RGB value is (199,47,207). Sum of RGB (Red+Green+Blue) = 199+47+207=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #C72FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72FCF is #38D030. Grayscale: #6E6E6E. Windows color (decimal): -3723313 or 13578183. OLE color: 13578183.

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

Color convert

RGB 199 47 207 -
CMYK 0.04 0.77 0 0.19
HSL 297º 0.63% 0.5% -
HSV(B) 297º 0.77% 0.81% -
XYZ 35.83 18.68 60.75 -
YUV 110.69 182.36 190.99 -
System Red Green Blue C M Y K H S L
Decimal 199 47 207 0.04 0.77 0 0.19 297 0.63 0.5
Hex C7 2F CF 4 4D 0 13 129 3F 32
Octal 307 57 317 4 115 0 23 451 77 62
Binary 11000111 101111 11001111 100 1001101 0 10011 100101001 111111 110010

Color Harmonies of #C72FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FCF

Black with #C72FCF

Text Example


Text Example

White with #C72FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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