Html Css Color HEX #C63AB8 Fuchsia

📋 copy color: '#C63AB8'

red 198 ◦ green 58 ◦ blue 184

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

Shades of Fuchsia #C63AB8

Tints of Fuchsia #C63AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.82%

R = 45%
G = 13.18%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C63AB8 (or 0xC63AB8) is known color: Fuchsia. HEX triplet: C6, 3A and B8. RGB value is (198,58,184). Sum of RGB (Red+Green+Blue) = 198+58+184=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63AB8 is #39C547. Grayscale: #717171. Windows color (decimal): -3786056 or 12073670. OLE color: 12073670.

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

Color convert

RGB 198 58 184 -
CMYK 0 0.71 0.07 0.22
HSL 306º 0.55% 0.5% -
HSV(B) 306º 0.71% 0.78% -
XYZ 33.45 18.49 47.15 -
YUV 114.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 198 58 184 0 0.71 0.07 0.22 306 0.55 0.5
Hex C6 3A B8 0 47 7 16 132 37 32
Octal 306 72 270 0 107 7 26 462 67 62
Binary 11000110 111010 10111000 0 1000111 111 10110 100110010 110111 110010

Color Harmonies of #C63AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63AB8

Black with #C63AB8

Text Example


Text Example

White with #C63AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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