Html Css Color HEX #C730BA Fuchsia

📋 copy color: '#C730BA'

red 199 ◦ green 48 ◦ blue 186

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

Shades of Fuchsia #C730BA

Tints of Fuchsia #C730BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.09%

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

R = 45.96%
G = 11.09%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C730BA (or 0xC730BA) is known color: Fuchsia. HEX triplet: C7, 30 and BA. RGB value is (199,48,186). Sum of RGB (Red+Green+Blue) = 199+48+186=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C730BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730BA is #38CF45. Grayscale: #6C6C6C. Windows color (decimal): -3723078 or 12202183. OLE color: 12202183.

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

Color convert

RGB 199 48 186 -
CMYK 0 0.76 0.07 0.22
HSL 305.17º 0.61% 0.48% -
HSV(B) 305.17º 0.76% 0.78% -
XYZ 33.47 17.8 48.13 -
YUV 108.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 199 48 186 0 0.76 0.07 0.22 305.17 0.61 0.48
Hex C7 30 BA 0 4C 7 16 131 3D 30
Octal 307 60 272 0 114 7 26 461 75 60
Binary 11000111 110000 10111010 0 1001100 111 10110 100110001 111101 110000

Color Harmonies of #C730BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730BA

Black with #C730BA

Text Example


Text Example

White with #C730BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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