Html Css Color HEX #C63ABB Fuchsia

📋 copy color: '#C63ABB'

red 198 ◦ green 58 ◦ blue 187

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

Shades of Fuchsia #C63ABB

Tints of Fuchsia #C63ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.21%

R = 44.7%
G = 13.09%
B = 42.21%

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

#C63ABB (or 0xC63ABB) is known color: Fuchsia. HEX triplet: C6, 3A and BB. RGB value is (198,58,187). Sum of RGB (Red+Green+Blue) = 198+58+187=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C63ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ABB is #39C544. Grayscale: #727272. Windows color (decimal): -3786053 or 12270278. OLE color: 12270278.

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

Color convert

RGB 198 58 187 -
CMYK 0 0.71 0.06 0.22
HSL 304.71º 0.55% 0.5% -
HSV(B) 304.71º 0.71% 0.78% -
XYZ 33.77 18.62 48.83 -
YUV 114.57 168.88 187.51 -
System Red Green Blue C M Y K H S L
Decimal 198 58 187 0 0.71 0.06 0.22 304.71 0.55 0.5
Hex C6 3A BB 0 47 6 16 131 37 32
Octal 306 72 273 0 107 6 26 461 67 62
Binary 11000110 111010 10111011 0 1000111 110 10110 100110001 110111 110010

Color Harmonies of #C63ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63ABB

Black with #C63ABB

Text Example


Text Example

White with #C63ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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