Html Css Color HEX #C649CE Fuchsia

📋 copy color: '#C649CE'

red 198 ◦ green 73 ◦ blue 206

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

Shades of Fuchsia #C649CE

Tints of Fuchsia #C649CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 41.51%
G = 15.3%
B = 43.19%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C649CE (or 0xC649CE) is known color: Fuchsia. HEX triplet: C6, 49 and CE. RGB value is (198,73,206). Sum of RGB (Red+Green+Blue) = 198+73+206=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #C649CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649CE is #39B631. Grayscale: #7D7D7D. Windows color (decimal): -3782194 or 13519302. OLE color: 13519302.

HSL color Cylindrical-coordinate representation of color #C649CE: hue angle of 296.39º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C649CE is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 73 206 -
CMYK 0.04 0.65 0 0.19
HSL 296.39º 0.58% 0.55% -
HSV(B) 296.39º 0.65% 0.81% -
XYZ 36.81 21.23 60.55 -
YUV 125.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 198 73 206 0.04 0.65 0 0.19 296.39 0.58 0.55
Hex C6 49 CE 4 41 0 13 128 3A 37
Octal 306 111 316 4 101 0 23 450 72 67
Binary 11000110 1001001 11001110 100 1000001 0 10011 100101000 111010 110111

Color Harmonies of #C649CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649CE

Black with #C649CE

Text Example


Text Example

White with #C649CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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