Html Css Color HEX #C073BF Fuchsia

📋 copy color: '#C073BF'

red 192 ◦ green 115 ◦ blue 191

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

Shades of Fuchsia #C073BF

Tints of Fuchsia #C073BF

RGB

 RED value IS 192 (75.39% from 255) = 38.55%

 GREEN value IS 115 (45.31% from 255) = 23.09%

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

R = 38.55%
G = 23.09%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C073BF (or 0xC073BF) is known color: Fuchsia. HEX triplet: C0, 73 and BF. RGB value is (192,115,191). Sum of RGB (Red+Green+Blue) = 192+115+191=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C073BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073BF is #3F8C40. Grayscale: #929292. Windows color (decimal): -4164673 or 12547008. OLE color: 12547008.

HSL color Cylindrical-coordinate representation of color #C073BF: hue angle of 300.78º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C073BF is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 191 -
CMYK 0 0.40 0.01 0.25
HSL 300.78º 0.38% 0.6% -
HSV(B) 300.78º 0.4% 0.75% -
XYZ 37.27 27.23 52.58 -
YUV 146.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 192 115 191 0 0.40 0.01 0.25 300.78 0.38 0.6
Hex C0 73 BF 0 28 1 19 12D 26 3C
Octal 300 163 277 0 50 1 31 455 46 74
Binary 11000000 1110011 10111111 0 101000 1 11001 100101101 100110 111100

Color Harmonies of #C073BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073BF

Black with #C073BF

Text Example


Text Example

White with #C073BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073BF; }

 p { color: rgb(192,115,191); }

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

background-color css

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

 a { background-color: rgb(192,115,191); }

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

border-color css

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

 span { border-color: rgb(192,115,191); }

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