Html Css Color HEX #C63EAB Fuchsia

📋 copy color: '#C63EAB'

red 198 ◦ green 62 ◦ blue 171

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

Shades of Fuchsia #C63EAB

Tints of Fuchsia #C63EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.39%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 45.94%
G = 14.39%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C63EAB (or 0xC63EAB) is known color: Fuchsia. HEX triplet: C6, 3E and AB. RGB value is (198,62,171). Sum of RGB (Red+Green+Blue) = 198+62+171=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C63EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63EAB is #39C154. Grayscale: #727272. Windows color (decimal): -3785045 or 11222726. OLE color: 11222726.

HSL color Cylindrical-coordinate representation of color #C63EAB: hue angle of 311.91º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63EAB is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 62 171 -
CMYK 0 0.69 0.14 0.22
HSL 311.91º 0.54% 0.51% -
HSV(B) 311.91º 0.69% 0.78% -
XYZ 32.36 18.39 40.37 -
YUV 115.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 198 62 171 0 0.69 0.14 0.22 311.91 0.54 0.51
Hex C6 3E AB 0 45 E 16 138 36 33
Octal 306 76 253 0 105 16 26 470 66 63
Binary 11000110 111110 10101011 0 1000101 1110 10110 100111000 110110 110011

Color Harmonies of #C63EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63EAB

Black with #C63EAB

Text Example


Text Example

White with #C63EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63EAB; }

 p { color: rgb(198,62,171); }

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

background-color css

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

 a { background-color: rgb(198,62,171); }

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

border-color css

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

 span { border-color: rgb(198,62,171); }

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