Html Css Color HEX #C730BF Fuchsia

📋 copy color: '#C730BF'

red 199 ◦ green 48 ◦ blue 191

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

Shades of Fuchsia #C730BF

Tints of Fuchsia #C730BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.61%

R = 45.43%
G = 10.96%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C730BF (or 0xC730BF) is known color: Fuchsia. HEX triplet: C7, 30 and BF. RGB value is (199,48,191). Sum of RGB (Red+Green+Blue) = 199+48+191=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C730BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730BF is #38CF40. Grayscale: #6D6D6D. Windows color (decimal): -3723073 or 12529863. OLE color: 12529863.

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

Color convert

RGB 199 48 191 -
CMYK 0 0.76 0.04 0.22
HSL 303.18º 0.61% 0.48% -
HSV(B) 303.18º 0.76% 0.78% -
XYZ 34.01 18.02 50.98 -
YUV 109.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 199 48 191 0 0.76 0.04 0.22 303.18 0.61 0.48
Hex C7 30 BF 0 4C 4 16 12F 3D 30
Octal 307 60 277 0 114 4 26 457 75 60
Binary 11000111 110000 10111111 0 1001100 100 10110 100101111 111101 110000

Color Harmonies of #C730BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730BF

Black with #C730BF

Text Example


Text Example

White with #C730BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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