Html Css Color HEX #C63EB6 Fuchsia

📋 copy color: '#C63EB6'

red 198 ◦ green 62 ◦ blue 182

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

Shades of Fuchsia #C63EB6

Tints of Fuchsia #C63EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.18%

R = 44.8%
G = 14.03%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C63EB6 (or 0xC63EB6) is known color: Fuchsia. HEX triplet: C6, 3E and B6. RGB value is (198,62,182). Sum of RGB (Red+Green+Blue) = 198+62+182=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C63EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63EB6 is #39C149. Grayscale: #737373. Windows color (decimal): -3785034 or 11943622. OLE color: 11943622.

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

Color convert

RGB 198 62 182 -
CMYK 0 0.69 0.08 0.22
HSL 307.06º 0.54% 0.51% -
HSV(B) 307.06º 0.69% 0.78% -
XYZ 33.45 18.83 46.13 -
YUV 116.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 198 62 182 0 0.69 0.08 0.22 307.06 0.54 0.51
Hex C6 3E B6 0 45 8 16 133 36 33
Octal 306 76 266 0 105 10 26 463 66 63
Binary 11000110 111110 10110110 0 1000101 1000 10110 100110011 110110 110011

Color Harmonies of #C63EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63EB6

Black with #C63EB6

Text Example


Text Example

White with #C63EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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