Html Css Color HEX #C649BF Fuchsia

📋 copy color: '#C649BF'

red 198 ◦ green 73 ◦ blue 191

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

Shades of Fuchsia #C649BF

Tints of Fuchsia #C649BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.34%

R = 42.86%
G = 15.8%
B = 41.34%

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

#C649BF (or 0xC649BF) is known color: Fuchsia. HEX triplet: C6, 49 and BF. RGB value is (198,73,191). Sum of RGB (Red+Green+Blue) = 198+73+191=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C649BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649BF is #39B640. Grayscale: #7B7B7B. Windows color (decimal): -3782209 or 12536262. OLE color: 12536262.

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

Color convert

RGB 198 73 191 -
CMYK 0 0.63 0.04 0.22
HSL 303.36º 0.52% 0.53% -
HSV(B) 303.36º 0.63% 0.78% -
XYZ 35.08 20.53 51.4 -
YUV 123.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 198 73 191 0 0.63 0.04 0.22 303.36 0.52 0.53
Hex C6 49 BF 0 3F 4 16 12F 34 35
Octal 306 111 277 0 77 4 26 457 64 65
Binary 11000110 1001001 10111111 0 111111 100 10110 100101111 110100 110101

Color Harmonies of #C649BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649BF

Black with #C649BF

Text Example


Text Example

White with #C649BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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