Html Css Color HEX #C63EAA Fuchsia

📋 copy color: '#C63EAA'

red 198 ◦ green 62 ◦ blue 170

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

Shades of Fuchsia #C63EAA

Tints of Fuchsia #C63EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 46.05%
G = 14.42%
B = 39.53%

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

#C63EAA (or 0xC63EAA) is known color: Fuchsia. HEX triplet: C6, 3E and AA. RGB value is (198,62,170). Sum of RGB (Red+Green+Blue) = 198+62+170=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C63EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63EAA is #39C155. Grayscale: #727272. Windows color (decimal): -3785046 or 11157190. OLE color: 11157190.

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

Color convert

RGB 198 62 170 -
CMYK 0 0.69 0.14 0.22
HSL 312.35º 0.54% 0.51% -
HSV(B) 312.35º 0.69% 0.78% -
XYZ 32.27 18.35 39.87 -
YUV 114.98 159.06 187.22 -
System Red Green Blue C M Y K H S L
Decimal 198 62 170 0 0.69 0.14 0.22 312.35 0.54 0.51
Hex C6 3E AA 0 45 E 16 138 36 33
Octal 306 76 252 0 105 16 26 470 66 63
Binary 11000110 111110 10101010 0 1000101 1110 10110 100111000 110110 110011

Color Harmonies of #C63EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63EAA

Black with #C63EAA

Text Example


Text Example

White with #C63EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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