Html Css Color HEX #C646BE Fuchsia

📋 copy color: '#C646BE'

red 198 ◦ green 70 ◦ blue 190

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

Shades of Fuchsia #C646BE

Tints of Fuchsia #C646BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.28%

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

R = 43.23%
G = 15.28%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C646BE (or 0xC646BE) is known color: Fuchsia. HEX triplet: C6, 46 and BE. RGB value is (198,70,190). Sum of RGB (Red+Green+Blue) = 198+70+190=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C646BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646BE is #39B941. Grayscale: #797979. Windows color (decimal): -3782978 or 12469958. OLE color: 12469958.

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

Color convert

RGB 198 70 190 -
CMYK 0 0.65 0.04 0.22
HSL 303.75º 0.53% 0.53% -
HSV(B) 303.75º 0.65% 0.78% -
XYZ 34.77 20.1 50.76 -
YUV 121.95 166.41 182.24 -
System Red Green Blue C M Y K H S L
Decimal 198 70 190 0 0.65 0.04 0.22 303.75 0.53 0.53
Hex C6 46 BE 0 41 4 16 130 35 35
Octal 306 106 276 0 101 4 26 460 65 65
Binary 11000110 1000110 10111110 0 1000001 100 10110 100110000 110101 110101

Color Harmonies of #C646BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C646BE

Black with #C646BE

Text Example


Text Example

White with #C646BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C646BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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