Html Css Color HEX #C72CB2 Fuchsia

📋 copy color: '#C72CB2'

red 199 ◦ green 44 ◦ blue 178

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

Shades of Fuchsia #C72CB2

Tints of Fuchsia #C72CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 47.27%
G = 10.45%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C72CB2 (or 0xC72CB2) is known color: Fuchsia. HEX triplet: C7, 2C and B2. RGB value is (199,44,178). Sum of RGB (Red+Green+Blue) = 199+44+178=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 44 (17.58% from 255 or 10.45% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C72CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72CB2 is #38D34D. Grayscale: #696969. Windows color (decimal): -3724110 or 11676871. OLE color: 11676871.

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

Color convert

RGB 199 44 178 -
CMYK 0 0.78 0.11 0.22
HSL 308.13º 0.64% 0.48% -
HSV(B) 308.13º 0.78% 0.78% -
XYZ 32.49 17.16 43.72 -
YUV 105.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 199 44 178 0 0.78 0.11 0.22 308.13 0.64 0.48
Hex C7 2C B2 0 4E B 16 134 40 30
Octal 307 54 262 0 116 13 26 464 100 60
Binary 11000111 101100 10110010 0 1001110 1011 10110 100110100 1000000 110000

Color Harmonies of #C72CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CB2

Black with #C72CB2

Text Example


Text Example

White with #C72CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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