Html Css Color HEX #C72AB2 Fuchsia

📋 copy color: '#C72AB2'

red 199 ◦ green 42 ◦ blue 178

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

Shades of Fuchsia #C72AB2

Tints of Fuchsia #C72AB2

RGB

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

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

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

R = 47.49%
G = 10.02%
B = 42.48%

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

#C72AB2 (or 0xC72AB2) is known color: Fuchsia. HEX triplet: C7, 2A and B2. RGB value is (199,42,178). Sum of RGB (Red+Green+Blue) = 199+42+178=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C72AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72AB2 is #38D54D. Grayscale: #686868. Windows color (decimal): -3724622 or 11676359. OLE color: 11676359.

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

Color convert

RGB 199 42 178 -
CMYK 0 0.79 0.11 0.22
HSL 308.03º 0.65% 0.47% -
HSV(B) 308.03º 0.79% 0.78% -
XYZ 32.42 17.01 43.69 -
YUV 104.45 169.51 195.44 -
System Red Green Blue C M Y K H S L
Decimal 199 42 178 0 0.79 0.11 0.22 308.03 0.65 0.47
Hex C7 2A B2 0 4F B 16 134 41 2F
Octal 307 52 262 0 117 13 26 464 101 57
Binary 11000111 101010 10110010 0 1001111 1011 10110 100110100 1000001 101111

Color Harmonies of #C72AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72AB2

Black with #C72AB2

Text Example


Text Example

White with #C72AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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