Html Css Color HEX #C63BBA Fuchsia

📋 copy color: '#C63BBA'

red 198 ◦ green 59 ◦ blue 186

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

Shades of Fuchsia #C63BBA

Tints of Fuchsia #C63BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.32%

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

R = 44.7%
G = 13.32%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C63BBA (or 0xC63BBA) is known color: Fuchsia. HEX triplet: C6, 3B and BA. RGB value is (198,59,186). Sum of RGB (Red+Green+Blue) = 198+59+186=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BBA is #39C445. Grayscale: #727272. Windows color (decimal): -3785798 or 12204998. OLE color: 12204998.

HSL color Cylindrical-coordinate representation of color #C63BBA: hue angle of 305.18º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63BBA is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 59 186 -
CMYK 0 0.70 0.06 0.22
HSL 305.18º 0.55% 0.5% -
HSV(B) 305.18º 0.7% 0.78% -
XYZ 33.72 18.68 48.28 -
YUV 115.04 168.05 187.17 -
System Red Green Blue C M Y K H S L
Decimal 198 59 186 0 0.70 0.06 0.22 305.18 0.55 0.5
Hex C6 3B BA 0 46 6 16 131 37 32
Octal 306 73 272 0 106 6 26 461 67 62
Binary 11000110 111011 10111010 0 1000110 110 10110 100110001 110111 110010

Color Harmonies of #C63BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63BBA

Black with #C63BBA

Text Example


Text Example

White with #C63BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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