Html Css Color HEX #C72ABA Fuchsia

📋 copy color: '#C72ABA'

red 199 ◦ green 42 ◦ blue 186

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

Shades of Fuchsia #C72ABA

Tints of Fuchsia #C72ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 46.6%
G = 9.84%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C72ABA (or 0xC72ABA) is known color: Fuchsia. HEX triplet: C7, 2A and BA. RGB value is (199,42,186). Sum of RGB (Red+Green+Blue) = 199+42+186=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C72ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ABA is #38D545. Grayscale: #686868. Windows color (decimal): -3724614 or 12200647. OLE color: 12200647.

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

Color convert

RGB 199 42 186 -
CMYK 0 0.79 0.07 0.22
HSL 304.97º 0.65% 0.47% -
HSV(B) 304.97º 0.79% 0.78% -
XYZ 33.24 17.34 48.05 -
YUV 105.36 173.51 194.79 -
System Red Green Blue C M Y K H S L
Decimal 199 42 186 0 0.79 0.07 0.22 304.97 0.65 0.47
Hex C7 2A BA 0 4F 7 16 131 41 2F
Octal 307 52 272 0 117 7 26 461 101 57
Binary 11000111 101010 10111010 0 1001111 111 10110 100110001 1000001 101111

Color Harmonies of #C72ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72ABA

Black with #C72ABA

Text Example


Text Example

White with #C72ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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