Html Css Color HEX #C63ABA Fuchsia

📋 copy color: '#C63ABA'

red 198 ◦ green 58 ◦ blue 186

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

Shades of Fuchsia #C63ABA

Tints of Fuchsia #C63ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.12%

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

R = 44.8%
G = 13.12%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C63ABA (or 0xC63ABA) is known color: Fuchsia. HEX triplet: C6, 3A and BA. RGB value is (198,58,186). Sum of RGB (Red+Green+Blue) = 198+58+186=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C63ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ABA is #39C545. Grayscale: #727272. Windows color (decimal): -3786054 or 12204742. OLE color: 12204742.

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

Color convert

RGB 198 58 186 -
CMYK 0 0.71 0.06 0.22
HSL 305.14º 0.55% 0.5% -
HSV(B) 305.14º 0.71% 0.78% -
XYZ 33.66 18.58 48.27 -
YUV 114.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 198 58 186 0 0.71 0.06 0.22 305.14 0.55 0.5
Hex C6 3A BA 0 47 6 16 131 37 32
Octal 306 72 272 0 107 6 26 461 67 62
Binary 11000110 111010 10111010 0 1000111 110 10110 100110001 110111 110010

Color Harmonies of #C63ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63ABA

Black with #C63ABA

Text Example


Text Example

White with #C63ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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