Html Css Color HEX #C72CBB Fuchsia

📋 copy color: '#C72CBB'

red 199 ◦ green 44 ◦ blue 187

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

Shades of Fuchsia #C72CBB

Tints of Fuchsia #C72CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 46.28%
G = 10.23%
B = 43.49%

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

#C72CBB (or 0xC72CBB) is known color: Fuchsia. HEX triplet: C7, 2C and BB. RGB value is (199,44,187). Sum of RGB (Red+Green+Blue) = 199+44+187=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C72CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72CBB is #38D344. Grayscale: #6A6A6A. Windows color (decimal): -3724101 or 12266695. OLE color: 12266695.

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

Color convert

RGB 199 44 187 -
CMYK 0 0.78 0.06 0.22
HSL 304.65º 0.64% 0.48% -
HSV(B) 304.65º 0.78% 0.78% -
XYZ 33.42 17.53 48.64 -
YUV 106.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 199 44 187 0 0.78 0.06 0.22 304.65 0.64 0.48
Hex C7 2C BB 0 4E 6 16 131 40 30
Octal 307 54 273 0 116 6 26 461 100 60
Binary 11000111 101100 10111011 0 1001110 110 10110 100110001 1000000 110000

Color Harmonies of #C72CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CBB

Black with #C72CBB

Text Example


Text Example

White with #C72CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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