Html Css Color HEX #C72CBC Fuchsia

📋 copy color: '#C72CBC'

red 199 ◦ green 44 ◦ blue 188

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

Shades of Fuchsia #C72CBC

Tints of Fuchsia #C72CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 46.17%
G = 10.21%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C72CBC (or 0xC72CBC) is known color: Fuchsia. HEX triplet: C7, 2C and BC. RGB value is (199,44,188). Sum of RGB (Red+Green+Blue) = 199+44+188=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C72CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72CBC is #38D343. Grayscale: #6A6A6A. Windows color (decimal): -3724100 or 12332231. OLE color: 12332231.

HSL color Cylindrical-coordinate representation of color #C72CBC: hue angle of 304.26º 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 #C72CBC is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 44 188 -
CMYK 0 0.78 0.06 0.22
HSL 304.26º 0.64% 0.48% -
HSV(B) 304.26º 0.78% 0.78% -
XYZ 33.53 17.57 49.2 -
YUV 106.76 173.85 193.79 -
System Red Green Blue C M Y K H S L
Decimal 199 44 188 0 0.78 0.06 0.22 304.26 0.64 0.48
Hex C7 2C BC 0 4E 6 16 130 40 30
Octal 307 54 274 0 116 6 26 460 100 60
Binary 11000111 101100 10111100 0 1001110 110 10110 100110000 1000000 110000

Color Harmonies of #C72CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CBC

Black with #C72CBC

Text Example


Text Example

White with #C72CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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