Html Css Color HEX #C62ECB Fuchsia

📋 copy color: '#C62ECB'

red 198 ◦ green 46 ◦ blue 203

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

Shades of Fuchsia #C62ECB

Tints of Fuchsia #C62ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 44.3%
G = 10.29%
B = 45.41%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C62ECB (or 0xC62ECB) is known color: Fuchsia. HEX triplet: C6, 2E and CB. RGB value is (198,46,203). Sum of RGB (Red+Green+Blue) = 198+46+203=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #C62ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ECB is #39D134. Grayscale: #6C6C6C. Windows color (decimal): -3789109 or 13315782. OLE color: 13315782.

HSL color Cylindrical-coordinate representation of color #C62ECB: hue angle of 298.09º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62ECB is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 46 203 -
CMYK 0.02 0.77 0 0.20
HSL 298.09º 0.63% 0.49% -
HSV(B) 298.09º 0.77% 0.8% -
XYZ 35.05 18.27 58.18 -
YUV 109.35 180.86 191.23 -
System Red Green Blue C M Y K H S L
Decimal 198 46 203 0.02 0.77 0 0.20 298.09 0.63 0.49
Hex C6 2E CB 2 4D 0 14 12A 3F 31
Octal 306 56 313 2 115 0 24 452 77 61
Binary 11000110 101110 11001011 10 1001101 0 10100 100101010 111111 110001

Color Harmonies of #C62ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62ECB

Black with #C62ECB

Text Example


Text Example

White with #C62ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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