Html Css Color HEX #C72AB1 Fuchsia

📋 copy color: '#C72AB1'

red 199 ◦ green 42 ◦ blue 177

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

Shades of Fuchsia #C72AB1

Tints of Fuchsia #C72AB1

RGB

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

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

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

R = 47.61%
G = 10.05%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C72AB1 (or 0xC72AB1) is known color: Fuchsia. HEX triplet: C7, 2A and B1. RGB value is (199,42,177). Sum of RGB (Red+Green+Blue) = 199+42+177=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C72AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72AB1 is #38D54E. Grayscale: #676767. Windows color (decimal): -3724623 or 11610823. OLE color: 11610823.

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

Color convert

RGB 199 42 177 -
CMYK 0 0.79 0.11 0.22
HSL 308.41º 0.65% 0.47% -
HSV(B) 308.41º 0.79% 0.78% -
XYZ 32.32 16.97 43.17 -
YUV 104.33 169.01 195.52 -
System Red Green Blue C M Y K H S L
Decimal 199 42 177 0 0.79 0.11 0.22 308.41 0.65 0.47
Hex C7 2A B1 0 4F B 16 134 41 2F
Octal 307 52 261 0 117 13 26 464 101 57
Binary 11000111 101010 10110001 0 1001111 1011 10110 100110100 1000001 101111

Color Harmonies of #C72AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72AB1

Black with #C72AB1

Text Example


Text Example

White with #C72AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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