Html Css Color HEX #C63EBA Fuchsia

📋 copy color: '#C63EBA'

red 198 ◦ green 62 ◦ blue 186

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

Shades of Fuchsia #C63EBA

Tints of Fuchsia #C63EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 44.39%
G = 13.9%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C63EBA (or 0xC63EBA) is known color: Fuchsia. HEX triplet: C6, 3E and BA. RGB value is (198,62,186). Sum of RGB (Red+Green+Blue) = 198+62+186=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C63EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63EBA is #39C145. Grayscale: #747474. Windows color (decimal): -3785030 or 12205766. OLE color: 12205766.

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

Color convert

RGB 198 62 186 -
CMYK 0 0.69 0.06 0.22
HSL 305.29º 0.54% 0.51% -
HSV(B) 305.29º 0.69% 0.78% -
XYZ 33.87 19 48.34 -
YUV 116.8 167.06 185.92 -
System Red Green Blue C M Y K H S L
Decimal 198 62 186 0 0.69 0.06 0.22 305.29 0.54 0.51
Hex C6 3E BA 0 45 6 16 131 36 33
Octal 306 76 272 0 105 6 26 461 66 63
Binary 11000110 111110 10111010 0 1000101 110 10110 100110001 110110 110011

Color Harmonies of #C63EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63EBA

Black with #C63EBA

Text Example


Text Example

White with #C63EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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