Html Css Color HEX #C63FA9 Fuchsia

📋 copy color: '#C63FA9'

red 198 ◦ green 63 ◦ blue 169

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

Shades of Fuchsia #C63FA9

Tints of Fuchsia #C63FA9

RGB

 RED value IS 198 (77.73% from 255) = 46.05%

 GREEN value IS 63 (25% from 255) = 14.65%

 BLUE value IS 169 (66.41% from 255) = 39.3%

R = 46.05%
G = 14.65%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C63FA9 (or 0xC63FA9) is known color: Fuchsia. HEX triplet: C6, 3F and A9. RGB value is (198,63,169). Sum of RGB (Red+Green+Blue) = 198+63+169=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63FA9 is #39C056. Grayscale: #737373. Windows color (decimal): -3784791 or 11091910. OLE color: 11091910.

HSL color Cylindrical-coordinate representation of color #C63FA9: hue angle of 312.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63FA9 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 63 169 -
CMYK 0 0.68 0.15 0.22
HSL 312.89º 0.54% 0.51% -
HSV(B) 312.89º 0.68% 0.78% -
XYZ 32.23 18.43 39.39 -
YUV 115.45 158.23 186.88 -
System Red Green Blue C M Y K H S L
Decimal 198 63 169 0 0.68 0.15 0.22 312.89 0.54 0.51
Hex C6 3F A9 0 44 F 16 139 36 33
Octal 306 77 251 0 104 17 26 471 66 63
Binary 11000110 111111 10101001 0 1000100 1111 10110 100111001 110110 110011

Color Harmonies of #C63FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63FA9

Black with #C63FA9

Text Example


Text Example

White with #C63FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63FA9; }

 p { color: rgb(198,63,169); }

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

background-color css

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

 a { background-color: rgb(198,63,169); }

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

border-color css

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

 span { border-color: rgb(198,63,169); }

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