Html Css Color HEX #C62EBF Fuchsia

📋 copy color: '#C62EBF'

red 198 ◦ green 46 ◦ blue 191

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

Shades of Fuchsia #C62EBF

Tints of Fuchsia #C62EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.91%

R = 45.52%
G = 10.57%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C62EBF (or 0xC62EBF) is known color: Fuchsia. HEX triplet: C6, 2E and BF. RGB value is (198,46,191). Sum of RGB (Red+Green+Blue) = 198+46+191=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C62EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62EBF is #39D140. Grayscale: #6B6B6B. Windows color (decimal): -3789121 or 12529350. OLE color: 12529350.

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

Color convert

RGB 198 46 191 -
CMYK 0 0.77 0.04 0.22
HSL 302.76º 0.62% 0.48% -
HSV(B) 302.76º 0.77% 0.78% -
XYZ 33.67 17.72 50.94 -
YUV 107.98 174.86 192.21 -
System Red Green Blue C M Y K H S L
Decimal 198 46 191 0 0.77 0.04 0.22 302.76 0.62 0.48
Hex C6 2E BF 0 4D 4 16 12F 3E 30
Octal 306 56 277 0 115 4 26 457 76 60
Binary 11000110 101110 10111111 0 1001101 100 10110 100101111 111110 110000

Color Harmonies of #C62EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62EBF

Black with #C62EBF

Text Example


Text Example

White with #C62EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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