Html Css Color HEX #C72DCB Fuchsia

📋 copy color: '#C72DCB'

red 199 ◦ green 45 ◦ blue 203

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

Shades of Fuchsia #C72DCB

Tints of Fuchsia #C72DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 44.52%
G = 10.07%
B = 45.41%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C72DCB (or 0xC72DCB) is known color: Fuchsia. HEX triplet: C7, 2D and CB. RGB value is (199,45,203). Sum of RGB (Red+Green+Blue) = 199+45+203=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #C72DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DCB is #38D234. Grayscale: #6C6C6C. Windows color (decimal): -3723829 or 13315527. OLE color: 13315527.

HSL color Cylindrical-coordinate representation of color #C72DCB: hue angle of 298.48º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72DCB is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 45 203 -
CMYK 0.02 0.78 0 0.20
HSL 298.48º 0.64% 0.49% -
HSV(B) 298.48º 0.78% 0.8% -
XYZ 35.27 18.33 58.18 -
YUV 109.06 181.02 192.15 -
System Red Green Blue C M Y K H S L
Decimal 199 45 203 0.02 0.78 0 0.20 298.48 0.64 0.49
Hex C7 2D CB 2 4E 0 14 12A 40 31
Octal 307 55 313 2 116 0 24 452 100 61
Binary 11000111 101101 11001011 10 1001110 0 10100 100101010 1000000 110001

Color Harmonies of #C72DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72DCB

Black with #C72DCB

Text Example


Text Example

White with #C72DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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