Html Css Color HEX #C649BA Fuchsia

📋 copy color: '#C649BA'

red 198 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #C649BA

Tints of Fuchsia #C649BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 43.33%
G = 15.97%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C649BA (or 0xC649BA) is known color: Fuchsia. HEX triplet: C6, 49 and BA. RGB value is (198,73,186). Sum of RGB (Red+Green+Blue) = 198+73+186=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C649BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649BA is #39B645. Grayscale: #7A7A7A. Windows color (decimal): -3782214 or 12208582. OLE color: 12208582.

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

Color convert

RGB 198 73 186 -
CMYK 0 0.63 0.06 0.22
HSL 305.76º 0.52% 0.53% -
HSV(B) 305.76º 0.63% 0.78% -
XYZ 34.53 20.32 48.56 -
YUV 123.26 163.41 181.31 -
System Red Green Blue C M Y K H S L
Decimal 198 73 186 0 0.63 0.06 0.22 305.76 0.52 0.53
Hex C6 49 BA 0 3F 6 16 132 34 35
Octal 306 111 272 0 77 6 26 462 64 65
Binary 11000110 1001001 10111010 0 111111 110 10110 100110010 110100 110101

Color Harmonies of #C649BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649BA

Black with #C649BA

Text Example


Text Example

White with #C649BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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