Html Css Color HEX #C62EC5 Fuchsia

📋 copy color: '#C62EC5'

red 198 ◦ green 46 ◦ blue 197

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

Shades of Fuchsia #C62EC5

Tints of Fuchsia #C62EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.67%

R = 44.9%
G = 10.43%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C62EC5 (or 0xC62EC5) is known color: Fuchsia. HEX triplet: C6, 2E and C5. RGB value is (198,46,197). Sum of RGB (Red+Green+Blue) = 198+46+197=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C62EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62EC5 is #39D13A. Grayscale: #6C6C6C. Windows color (decimal): -3789115 or 12922566. OLE color: 12922566.

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

Color convert

RGB 198 46 197 -
CMYK 0 0.77 0.01 0.22
HSL 300.39º 0.62% 0.48% -
HSV(B) 300.39º 0.77% 0.78% -
XYZ 34.34 17.99 54.49 -
YUV 108.66 177.86 191.72 -
System Red Green Blue C M Y K H S L
Decimal 198 46 197 0 0.77 0.01 0.22 300.39 0.62 0.48
Hex C6 2E C5 0 4D 1 16 12C 3E 30
Octal 306 56 305 0 115 1 26 454 76 60
Binary 11000110 101110 11000101 0 1001101 1 10110 100101100 111110 110000

Color Harmonies of #C62EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62EC5

Black with #C62EC5

Text Example


Text Example

White with #C62EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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