Html Css Color HEX #C72DB1 Fuchsia

📋 copy color: '#C72DB1'

red 199 ◦ green 45 ◦ blue 177

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

Shades of Fuchsia #C72DB1

Tints of Fuchsia #C72DB1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.69%

 BLUE value IS 177 (69.53% from 255) = 42.04%

R = 47.27%
G = 10.69%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C72DB1 (or 0xC72DB1) is known color: Fuchsia. HEX triplet: C7, 2D and B1. RGB value is (199,45,177). Sum of RGB (Red+Green+Blue) = 199+45+177=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C72DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72DB1 is #38D24E. Grayscale: #696969. Windows color (decimal): -3723855 or 11611591. OLE color: 11611591.

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

Color convert

RGB 199 45 177 -
CMYK 0 0.77 0.11 0.22
HSL 308.57º 0.63% 0.48% -
HSV(B) 308.57º 0.77% 0.78% -
XYZ 32.43 17.19 43.2 -
YUV 106.09 168.02 194.27 -
System Red Green Blue C M Y K H S L
Decimal 199 45 177 0 0.77 0.11 0.22 308.57 0.63 0.48
Hex C7 2D B1 0 4D B 16 135 3F 30
Octal 307 55 261 0 115 13 26 465 77 60
Binary 11000111 101101 10110001 0 1001101 1011 10110 100110101 111111 110000

Color Harmonies of #C72DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72DB1

Black with #C72DB1

Text Example


Text Example

White with #C72DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72DB1; }

 p { color: rgb(199,45,177); }

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

background-color css

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

 a { background-color: rgb(199,45,177); }

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

border-color css

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

 span { border-color: rgb(199,45,177); }

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