Html Css Color HEX #C72CBE Fuchsia

📋 copy color: '#C72CBE'

red 199 ◦ green 44 ◦ blue 190

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

Shades of Fuchsia #C72CBE

Tints of Fuchsia #C72CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.16%

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 45.96%
G = 10.16%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C72CBE (or 0xC72CBE) is known color: Fuchsia. HEX triplet: C7, 2C and BE. RGB value is (199,44,190). Sum of RGB (Red+Green+Blue) = 199+44+190=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C72CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72CBE is #38D341. Grayscale: #6A6A6A. Windows color (decimal): -3724098 or 12463303. OLE color: 12463303.

HSL color Cylindrical-coordinate representation of color #C72CBE: hue angle of 303.48º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72CBE is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 44 190 -
CMYK 0 0.78 0.05 0.22
HSL 303.48º 0.64% 0.48% -
HSV(B) 303.48º 0.78% 0.78% -
XYZ 33.75 17.66 50.35 -
YUV 106.99 174.85 193.63 -
System Red Green Blue C M Y K H S L
Decimal 199 44 190 0 0.78 0.05 0.22 303.48 0.64 0.48
Hex C7 2C BE 0 4E 5 16 12F 40 30
Octal 307 54 276 0 116 5 26 457 100 60
Binary 11000111 101100 10111110 0 1001110 101 10110 100101111 1000000 110000

Color Harmonies of #C72CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CBE

Black with #C72CBE

Text Example


Text Example

White with #C72CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CBE; }

 p { color: rgb(199,44,190); }

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

background-color css

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

 a { background-color: rgb(199,44,190); }

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

border-color css

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

 span { border-color: rgb(199,44,190); }

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