Html Css Color HEX #C063BC Fuchsia

📋 copy color: '#C063BC'

red 192 ◦ green 99 ◦ blue 188

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

Shades of Fuchsia #C063BC

Tints of Fuchsia #C063BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 40.08%
G = 20.67%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C063BC (or 0xC063BC) is known color: Fuchsia. HEX triplet: C0, 63 and BC. RGB value is (192,99,188). Sum of RGB (Red+Green+Blue) = 192+99+188=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C063BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063BC is #3F9C43. Grayscale: #888888. Windows color (decimal): -4168772 or 12346304. OLE color: 12346304.

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

Color convert

RGB 192 99 188 -
CMYK 0 0.48 0.02 0.25
HSL 302.58º 0.42% 0.57% -
HSV(B) 302.58º 0.48% 0.75% -
XYZ 35.28 23.76 50.3 -
YUV 136.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 192 99 188 0 0.48 0.02 0.25 302.58 0.42 0.57
Hex C0 63 BC 0 30 2 19 12F 2A 39
Octal 300 143 274 0 60 2 31 457 52 71
Binary 11000000 1100011 10111100 0 110000 10 11001 100101111 101010 111001

Color Harmonies of #C063BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063BC

Black with #C063BC

Text Example


Text Example

White with #C063BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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