Html Css Color HEX #C63ABC Fuchsia

📋 copy color: '#C63ABC'

red 198 ◦ green 58 ◦ blue 188

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

Shades of Fuchsia #C63ABC

Tints of Fuchsia #C63ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 44.59%
G = 13.06%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C63ABC (or 0xC63ABC) is known color: Fuchsia. HEX triplet: C6, 3A and BC. RGB value is (198,58,188). Sum of RGB (Red+Green+Blue) = 198+58+188=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C63ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ABC is #39C543. Grayscale: #727272. Windows color (decimal): -3786052 or 12335814. OLE color: 12335814.

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

Color convert

RGB 198 58 188 -
CMYK 0 0.71 0.05 0.22
HSL 304.29º 0.55% 0.5% -
HSV(B) 304.29º 0.71% 0.78% -
XYZ 33.88 18.66 49.39 -
YUV 114.68 169.38 187.43 -
System Red Green Blue C M Y K H S L
Decimal 198 58 188 0 0.71 0.05 0.22 304.29 0.55 0.5
Hex C6 3A BC 0 47 5 16 130 37 32
Octal 306 72 274 0 107 5 26 460 67 62
Binary 11000110 111010 10111100 0 1000111 101 10110 100110000 110111 110010

Color Harmonies of #C63ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63ABC

Black with #C63ABC

Text Example


Text Example

White with #C63ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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