Html Css Color HEX #C62EC7 Fuchsia

📋 copy color: '#C62EC7'

red 198 ◦ green 46 ◦ blue 199

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

Shades of Fuchsia #C62EC7

Tints of Fuchsia #C62EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.92%

R = 44.7%
G = 10.38%
B = 44.92%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C62EC7 (or 0xC62EC7) is known color: Fuchsia. HEX triplet: C6, 2E and C7. RGB value is (198,46,199). Sum of RGB (Red+Green+Blue) = 198+46+199=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 199 - color contains mainly: blue. Hex color #C62EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62EC7 is #39D138. Grayscale: #6C6C6C. Windows color (decimal): -3789113 or 13053638. OLE color: 13053638.

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

Color convert

RGB 198 46 199 -
CMYK 0.01 0.77 0 0.22
HSL 299.61º 0.62% 0.48% -
HSV(B) 299.61º 0.77% 0.78% -
XYZ 34.57 18.08 55.7 -
YUV 108.89 178.86 191.56 -
System Red Green Blue C M Y K H S L
Decimal 198 46 199 0.01 0.77 0 0.22 299.61 0.62 0.48
Hex C6 2E C7 1 4D 0 16 12C 3E 30
Octal 306 56 307 1 115 0 26 454 76 60
Binary 11000110 101110 11000111 1 1001101 0 10110 100101100 111110 110000

Color Harmonies of #C62EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62EC7

Black with #C62EC7

Text Example


Text Example

White with #C62EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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