Html Css Color HEX #C72EBA Fuchsia

📋 copy color: '#C72EBA'

red 199 ◦ green 46 ◦ blue 186

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

Shades of Fuchsia #C72EBA

Tints of Fuchsia #C72EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.67%

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

R = 46.17%
G = 10.67%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C72EBA (or 0xC72EBA) is known color: Fuchsia. HEX triplet: C7, 2E and BA. RGB value is (199,46,186). Sum of RGB (Red+Green+Blue) = 199+46+186=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C72EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EBA is #38D145. Grayscale: #6B6B6B. Windows color (decimal): -3723590 or 12201671. OLE color: 12201671.

HSL color Cylindrical-coordinate representation of color #C72EBA: hue angle of 305.1º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72EBA is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 46 186 -
CMYK 0 0.77 0.07 0.22
HSL 305.1º 0.62% 0.48% -
HSV(B) 305.1º 0.77% 0.78% -
XYZ 33.39 17.64 48.1 -
YUV 107.71 172.19 193.12 -
System Red Green Blue C M Y K H S L
Decimal 199 46 186 0 0.77 0.07 0.22 305.1 0.62 0.48
Hex C7 2E BA 0 4D 7 16 131 3E 30
Octal 307 56 272 0 115 7 26 461 76 60
Binary 11000111 101110 10111010 0 1001101 111 10110 100110001 111110 110000

Color Harmonies of #C72EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72EBA

Black with #C72EBA

Text Example


Text Example

White with #C72EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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