Html Css Color HEX #C649BE Fuchsia

📋 copy color: '#C649BE'

red 198 ◦ green 73 ◦ blue 190

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

Shades of Fuchsia #C649BE

Tints of Fuchsia #C649BE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.84%

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

R = 42.95%
G = 15.84%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C649BE (or 0xC649BE) is known color: Fuchsia. HEX triplet: C6, 49 and BE. RGB value is (198,73,190). Sum of RGB (Red+Green+Blue) = 198+73+190=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C649BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649BE is #39B641. Grayscale: #7B7B7B. Windows color (decimal): -3782210 or 12470726. OLE color: 12470726.

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

Color convert

RGB 198 73 190 -
CMYK 0 0.63 0.04 0.22
HSL 303.84º 0.52% 0.53% -
HSV(B) 303.84º 0.63% 0.78% -
XYZ 34.97 20.49 50.83 -
YUV 123.71 165.41 180.99 -
System Red Green Blue C M Y K H S L
Decimal 198 73 190 0 0.63 0.04 0.22 303.84 0.52 0.53
Hex C6 49 BE 0 3F 4 16 130 34 35
Octal 306 111 276 0 77 4 26 460 64 65
Binary 11000110 1001001 10111110 0 111111 100 10110 100110000 110100 110101

Color Harmonies of #C649BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649BE

Black with #C649BE

Text Example


Text Example

White with #C649BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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