Html Css Color HEX #C063B2 Fuchsia

📋 copy color: '#C063B2'

red 192 ◦ green 99 ◦ blue 178

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

Shades of Fuchsia #C063B2

Tints of Fuchsia #C063B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 40.94%
G = 21.11%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C063B2 (or 0xC063B2) is known color: Fuchsia. HEX triplet: C0, 63 and B2. RGB value is (192,99,178). Sum of RGB (Red+Green+Blue) = 192+99+178=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C063B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C063B2 is #3F9C4D. Grayscale: #878787. Windows color (decimal): -4168782 or 11690944. OLE color: 11690944.

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

Color convert

RGB 192 99 178 -
CMYK 0 0.48 0.07 0.25
HSL 309.03º 0.42% 0.57% -
HSV(B) 309.03º 0.48% 0.75% -
XYZ 34.24 23.34 44.82 -
YUV 135.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 192 99 178 0 0.48 0.07 0.25 309.03 0.42 0.57
Hex C0 63 B2 0 30 7 19 135 2A 39
Octal 300 143 262 0 60 7 31 465 52 71
Binary 11000000 1100011 10110010 0 110000 111 11001 100110101 101010 111001

Color Harmonies of #C063B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063B2

Black with #C063B2

Text Example


Text Example

White with #C063B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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