Html Css Color HEX #C063BE Fuchsia

📋 copy color: '#C063BE'

red 192 ◦ green 99 ◦ blue 190

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

Shades of Fuchsia #C063BE

Tints of Fuchsia #C063BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.58%

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

R = 39.92%
G = 20.58%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C063BE (or 0xC063BE) is known color: Fuchsia. HEX triplet: C0, 63 and BE. RGB value is (192,99,190). Sum of RGB (Red+Green+Blue) = 192+99+190=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C063BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063BE is #3F9C41. Grayscale: #888888. Windows color (decimal): -4168770 or 12477376. OLE color: 12477376.

HSL color Cylindrical-coordinate representation of color #C063BE: hue angle of 301.29º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C063BE is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 190 -
CMYK 0 0.48 0.01 0.25
HSL 301.29º 0.42% 0.57% -
HSV(B) 301.29º 0.48% 0.75% -
XYZ 35.49 23.85 51.45 -
YUV 137.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 192 99 190 0 0.48 0.01 0.25 301.29 0.42 0.57
Hex C0 63 BE 0 30 1 19 12D 2A 39
Octal 300 143 276 0 60 1 31 455 52 71
Binary 11000000 1100011 10111110 0 110000 1 11001 100101101 101010 111001

Color Harmonies of #C063BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063BE

Black with #C063BE

Text Example


Text Example

White with #C063BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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