Html Css Color HEX #C63FB8 Fuchsia

📋 copy color: '#C63FB8'

red 198 ◦ green 63 ◦ blue 184

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

Shades of Fuchsia #C63FB8

Tints of Fuchsia #C63FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.35%

R = 44.49%
G = 14.16%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C63FB8 (or 0xC63FB8) is known color: Fuchsia. HEX triplet: C6, 3F and B8. RGB value is (198,63,184). Sum of RGB (Red+Green+Blue) = 198+63+184=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FB8 is #39C047. Grayscale: #747474. Windows color (decimal): -3784776 or 12074950. OLE color: 12074950.

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

Color convert

RGB 198 63 184 -
CMYK 0 0.68 0.07 0.22
HSL 306.22º 0.54% 0.51% -
HSV(B) 306.22º 0.68% 0.78% -
XYZ 33.72 19.02 47.24 -
YUV 117.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 198 63 184 0 0.68 0.07 0.22 306.22 0.54 0.51
Hex C6 3F B8 0 44 7 16 132 36 33
Octal 306 77 270 0 104 7 26 462 66 63
Binary 11000110 111111 10111000 0 1000100 111 10110 100110010 110110 110011

Color Harmonies of #C63FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63FB8

Black with #C63FB8

Text Example


Text Example

White with #C63FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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