Html Css Color HEX #C063B0 Fuchsia

📋 copy color: '#C063B0'

red 192 ◦ green 99 ◦ blue 176

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

Shades of Fuchsia #C063B0

Tints of Fuchsia #C063B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.69%

R = 41.11%
G = 21.2%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C063B0 (or 0xC063B0) is known color: Fuchsia. HEX triplet: C0, 63 and B0. RGB value is (192,99,176). Sum of RGB (Red+Green+Blue) = 192+99+176=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C063B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C063B0 is #3F9C4F. Grayscale: #878787. Windows color (decimal): -4168784 or 11559872. OLE color: 11559872.

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

Color convert

RGB 192 99 176 -
CMYK 0 0.48 0.08 0.25
HSL 310.32º 0.42% 0.57% -
HSV(B) 310.32º 0.48% 0.75% -
XYZ 34.04 23.26 43.77 -
YUV 135.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 192 99 176 0 0.48 0.08 0.25 310.32 0.42 0.57
Hex C0 63 B0 0 30 8 19 136 2A 39
Octal 300 143 260 0 60 10 31 466 52 71
Binary 11000000 1100011 10110000 0 110000 1000 11001 100110110 101010 111001

Color Harmonies of #C063B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063B0

Black with #C063B0

Text Example


Text Example

White with #C063B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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