Html Css Color HEX #C72AB0 Fuchsia

📋 copy color: '#C72AB0'

red 199 ◦ green 42 ◦ blue 176

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

Shades of Fuchsia #C72AB0

Tints of Fuchsia #C72AB0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.07%

 BLUE value IS 176 (69.14% from 255) = 42.21%

R = 47.72%
G = 10.07%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C72AB0 (or 0xC72AB0) is known color: Fuchsia. HEX triplet: C7, 2A and B0. RGB value is (199,42,176). Sum of RGB (Red+Green+Blue) = 199+42+176=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C72AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72AB0 is #38D54F. Grayscale: #676767. Windows color (decimal): -3724624 or 11545287. OLE color: 11545287.

HSL color Cylindrical-coordinate representation of color #C72AB0: hue angle of 308.79º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72AB0 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 42 176 -
CMYK 0 0.79 0.12 0.22
HSL 308.79º 0.65% 0.47% -
HSV(B) 308.79º 0.79% 0.78% -
XYZ 32.22 16.93 42.64 -
YUV 104.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 199 42 176 0 0.79 0.12 0.22 308.79 0.65 0.47
Hex C7 2A B0 0 4F C 16 135 41 2F
Octal 307 52 260 0 117 14 26 465 101 57
Binary 11000111 101010 10110000 0 1001111 1100 10110 100110101 1000001 101111

Color Harmonies of #C72AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72AB0

Black with #C72AB0

Text Example


Text Example

White with #C72AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72AB0; }

 p { color: rgb(199,42,176); }

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

background-color css

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

 a { background-color: rgb(199,42,176); }

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

border-color css

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

 span { border-color: rgb(199,42,176); }

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