Html Css Color HEX #C073BE Fuchsia

📋 copy color: '#C073BE'

red 192 ◦ green 115 ◦ blue 190

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

Shades of Fuchsia #C073BE

Tints of Fuchsia #C073BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 38.63%
G = 23.14%
B = 38.23%

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

#C073BE (or 0xC073BE) is known color: Fuchsia. HEX triplet: C0, 73 and BE. RGB value is (192,115,190). Sum of RGB (Red+Green+Blue) = 192+115+190=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C073BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073BE is #3F8C41. Grayscale: #929292. Windows color (decimal): -4164674 or 12481472. OLE color: 12481472.

HSL color Cylindrical-coordinate representation of color #C073BE: hue angle of 301.56º 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 #C073BE is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 190 -
CMYK 0 0.40 0.01 0.25
HSL 301.56º 0.38% 0.6% -
HSV(B) 301.56º 0.4% 0.75% -
XYZ 37.16 27.19 52 -
YUV 146.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 192 115 190 0 0.40 0.01 0.25 301.56 0.38 0.6
Hex C0 73 BE 0 28 1 19 12E 26 3C
Octal 300 163 276 0 50 1 31 456 46 74
Binary 11000000 1110011 10111110 0 101000 1 11001 100101110 100110 111100

Color Harmonies of #C073BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073BE

Black with #C073BE

Text Example


Text Example

White with #C073BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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