Html Css Color HEX #C62BCE Fuchsia

📋 copy color: '#C62BCE'

red 198 ◦ green 43 ◦ blue 206

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

Shades of Fuchsia #C62BCE

Tints of Fuchsia #C62BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.62%

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 44.3%
G = 9.62%
B = 46.09%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C62BCE (or 0xC62BCE) is known color: Fuchsia. HEX triplet: C6, 2B and CE. RGB value is (198,43,206). Sum of RGB (Red+Green+Blue) = 198+43+206=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #C62BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BCE is #39D431. Grayscale: #6B6B6B. Windows color (decimal): -3789874 or 13511622. OLE color: 13511622.

HSL color Cylindrical-coordinate representation of color #C62BCE: hue angle of 297.06º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62BCE is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 43 206 -
CMYK 0.04 0.79 0 0.19
HSL 297.06º 0.65% 0.49% -
HSV(B) 297.06º 0.79% 0.81% -
XYZ 35.29 18.19 60.04 -
YUV 107.93 183.35 192.25 -
System Red Green Blue C M Y K H S L
Decimal 198 43 206 0.04 0.79 0 0.19 297.06 0.65 0.49
Hex C6 2B CE 4 4F 0 13 129 41 31
Octal 306 53 316 4 117 0 23 451 101 61
Binary 11000110 101011 11001110 100 1001111 0 10011 100101001 1000001 110001

Color Harmonies of #C62BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BCE

Black with #C62BCE

Text Example


Text Example

White with #C62BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BCE; }

 p { color: rgb(198,43,206); }

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

background-color css

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

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

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

border-color css

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

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

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