Html Css Color HEX #C62EBA Fuchsia

📋 copy color: '#C62EBA'

red 198 ◦ green 46 ◦ blue 186

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

Shades of Fuchsia #C62EBA

Tints of Fuchsia #C62EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 46.05%
G = 10.7%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C62EBA (or 0xC62EBA) is known color: Fuchsia. HEX triplet: C6, 2E and BA. RGB value is (198,46,186). Sum of RGB (Red+Green+Blue) = 198+46+186=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C62EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62EBA is #39D145. Grayscale: #6B6B6B. Windows color (decimal): -3789126 or 12201670. OLE color: 12201670.

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

Color convert

RGB 198 46 186 -
CMYK 0 0.77 0.06 0.22
HSL 304.74º 0.62% 0.48% -
HSV(B) 304.74º 0.77% 0.78% -
XYZ 33.13 17.5 48.09 -
YUV 107.41 172.36 192.62 -
System Red Green Blue C M Y K H S L
Decimal 198 46 186 0 0.77 0.06 0.22 304.74 0.62 0.48
Hex C6 2E BA 0 4D 6 16 131 3E 30
Octal 306 56 272 0 115 6 26 461 76 60
Binary 11000110 101110 10111010 0 1001101 110 10110 100110001 111110 110000

Color Harmonies of #C62EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62EBA

Black with #C62EBA

Text Example


Text Example

White with #C62EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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