Html Css Color HEX #C72ABE Fuchsia

📋 copy color: '#C72ABE'

red 199 ◦ green 42 ◦ blue 190

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

Shades of Fuchsia #C72ABE

Tints of Fuchsia #C72ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 46.17%
G = 9.74%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C72ABE (or 0xC72ABE) is known color: Fuchsia. HEX triplet: C7, 2A and BE. RGB value is (199,42,190). Sum of RGB (Red+Green+Blue) = 199+42+190=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C72ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ABE is #38D541. Grayscale: #696969. Windows color (decimal): -3724610 or 12462791. OLE color: 12462791.

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

Color convert

RGB 199 42 190 -
CMYK 0 0.79 0.05 0.22
HSL 303.44º 0.65% 0.47% -
HSV(B) 303.44º 0.79% 0.78% -
XYZ 33.68 17.52 50.32 -
YUV 105.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 199 42 190 0 0.79 0.05 0.22 303.44 0.65 0.47
Hex C7 2A BE 0 4F 5 16 12F 41 2F
Octal 307 52 276 0 117 5 26 457 101 57
Binary 11000111 101010 10111110 0 1001111 101 10110 100101111 1000001 101111

Color Harmonies of #C72ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72ABE

Black with #C72ABE

Text Example


Text Example

White with #C72ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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