Html Css Color HEX #C62EC6 Fuchsia

📋 copy color: '#C62EC6'

red 198 ◦ green 46 ◦ blue 198

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

Shades of Fuchsia #C62EC6

Tints of Fuchsia #C62EC6

RGB

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

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

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

R = 44.8%
G = 10.41%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C62EC6 (or 0xC62EC6) is known color: Fuchsia. HEX triplet: C6, 2E and C6. RGB value is (198,46,198). Sum of RGB (Red+Green+Blue) = 198+46+198=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C62EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62EC6 is #39D139. Grayscale: #6C6C6C. Windows color (decimal): -3789114 or 12988102. OLE color: 12988102.

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

Color convert

RGB 198 46 198 -
CMYK 0 0.77 0 0.22
HSL 300º 0.62% 0.48% -
HSV(B) 300º 0.77% 0.78% -
XYZ 34.46 18.04 55.09 -
YUV 108.78 178.36 191.64 -
System Red Green Blue C M Y K H S L
Decimal 198 46 198 0 0.77 0 0.22 300 0.62 0.48
Hex C6 2E C6 0 4D 0 16 12C 3E 30
Octal 306 56 306 0 115 0 26 454 76 60
Binary 11000110 101110 11000110 0 1001101 0 10110 100101100 111110 110000

Color Harmonies of #C62EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62EC6

Black with #C62EC6

Text Example


Text Example

White with #C62EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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