Html Css Color HEX #C063BF Fuchsia

📋 copy color: '#C063BF'

red 192 ◦ green 99 ◦ blue 191

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

Shades of Fuchsia #C063BF

Tints of Fuchsia #C063BF

RGB

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

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

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

R = 39.83%
G = 20.54%
B = 39.63%

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

#C063BF (or 0xC063BF) is known color: Fuchsia. HEX triplet: C0, 63 and BF. RGB value is (192,99,191). Sum of RGB (Red+Green+Blue) = 192+99+191=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C063BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063BF is #3F9C40. Grayscale: #898989. Windows color (decimal): -4168769 or 12542912. OLE color: 12542912.

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

Color convert

RGB 192 99 191 -
CMYK 0 0.48 0.01 0.25
HSL 300.65º 0.42% 0.57% -
HSV(B) 300.65º 0.48% 0.75% -
XYZ 35.6 23.89 52.03 -
YUV 137.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 192 99 191 0 0.48 0.01 0.25 300.65 0.42 0.57
Hex C0 63 BF 0 30 1 19 12D 2A 39
Octal 300 143 277 0 60 1 31 455 52 71
Binary 11000000 1100011 10111111 0 110000 1 11001 100101101 101010 111001

Color Harmonies of #C063BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063BF

Black with #C063BF

Text Example


Text Example

White with #C063BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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