Html Css Color HEX #C63FBA Fuchsia

📋 copy color: '#C63FBA'

red 198 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #C63FBA

Tints of Fuchsia #C63FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 44.3%
G = 14.09%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C63FBA (or 0xC63FBA) is known color: Fuchsia. HEX triplet: C6, 3F and BA. RGB value is (198,63,186). Sum of RGB (Red+Green+Blue) = 198+63+186=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FBA is #39C045. Grayscale: #757575. Windows color (decimal): -3784774 or 12206022. OLE color: 12206022.

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

Color convert

RGB 198 63 186 -
CMYK 0 0.68 0.06 0.22
HSL 305.33º 0.54% 0.51% -
HSV(B) 305.33º 0.68% 0.78% -
XYZ 33.93 19.11 48.35 -
YUV 117.39 166.73 185.5 -
System Red Green Blue C M Y K H S L
Decimal 198 63 186 0 0.68 0.06 0.22 305.33 0.54 0.51
Hex C6 3F BA 0 44 6 16 131 36 33
Octal 306 77 272 0 104 6 26 461 66 63
Binary 11000110 111111 10111010 0 1000100 110 10110 100110001 110110 110011

Color Harmonies of #C63FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63FBA

Black with #C63FBA

Text Example


Text Example

White with #C63FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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