Html Css Color HEX #C62EBC Fuchsia

📋 copy color: '#C62EBC'

red 198 ◦ green 46 ◦ blue 188

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

Shades of Fuchsia #C62EBC

Tints of Fuchsia #C62EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.65%

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 45.83%
G = 10.65%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C62EBC (or 0xC62EBC) is known color: Fuchsia. HEX triplet: C6, 2E and BC. RGB value is (198,46,188). Sum of RGB (Red+Green+Blue) = 198+46+188=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C62EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62EBC is #39D143. Grayscale: #6B6B6B. Windows color (decimal): -3789124 or 12332742. OLE color: 12332742.

HSL color Cylindrical-coordinate representation of color #C62EBC: hue angle of 303.95º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62EBC is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 46 188 -
CMYK 0 0.77 0.05 0.22
HSL 303.95º 0.62% 0.48% -
HSV(B) 303.95º 0.77% 0.78% -
XYZ 33.34 17.59 49.21 -
YUV 107.64 173.36 192.45 -
System Red Green Blue C M Y K H S L
Decimal 198 46 188 0 0.77 0.05 0.22 303.95 0.62 0.48
Hex C6 2E BC 0 4D 5 16 130 3E 30
Octal 306 56 274 0 115 5 26 460 76 60
Binary 11000110 101110 10111100 0 1001101 101 10110 100110000 111110 110000

Color Harmonies of #C62EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62EBC

Black with #C62EBC

Text Example


Text Example

White with #C62EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62EBC; }

 p { color: rgb(198,46,188); }

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

background-color css

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

 a { background-color: rgb(198,46,188); }

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

border-color css

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

 span { border-color: rgb(198,46,188); }

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