Html Css Color HEX #C62BBE Fuchsia

📋 copy color: '#C62BBE'

red 198 ◦ green 43 ◦ blue 190

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

Shades of Fuchsia #C62BBE

Tints of Fuchsia #C62BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 45.94%
G = 9.98%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C62BBE (or 0xC62BBE) is known color: Fuchsia. HEX triplet: C6, 2B and BE. RGB value is (198,43,190). Sum of RGB (Red+Green+Blue) = 198+43+190=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BBE is #39D441. Grayscale: #696969. Windows color (decimal): -3789890 or 12463046. OLE color: 12463046.

HSL color Cylindrical-coordinate representation of color #C62BBE: hue angle of 303.1º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62BBE is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 43 190 -
CMYK 0 0.78 0.04 0.22
HSL 303.1º 0.64% 0.47% -
HSV(B) 303.1º 0.78% 0.78% -
XYZ 33.45 17.45 50.32 -
YUV 106.1 175.35 193.55 -
System Red Green Blue C M Y K H S L
Decimal 198 43 190 0 0.78 0.04 0.22 303.1 0.64 0.47
Hex C6 2B BE 0 4E 4 16 12F 40 2F
Octal 306 53 276 0 116 4 26 457 100 57
Binary 11000110 101011 10111110 0 1001110 100 10110 100101111 1000000 101111

Color Harmonies of #C62BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BBE

Black with #C62BBE

Text Example


Text Example

White with #C62BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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