Html Css Color HEX #C649C0 Fuchsia

📋 copy color: '#C649C0'

red 198 ◦ green 73 ◦ blue 192

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

Shades of Fuchsia #C649C0

Tints of Fuchsia #C649C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.47%

R = 42.76%
G = 15.77%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C649C0 (or 0xC649C0) is known color: Fuchsia. HEX triplet: C6, 49 and C0. RGB value is (198,73,192). Sum of RGB (Red+Green+Blue) = 198+73+192=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C649C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649C0 is #39B63F. Grayscale: #7B7B7B. Windows color (decimal): -3782208 or 12601798. OLE color: 12601798.

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

Color convert

RGB 198 73 192 -
CMYK 0 0.63 0.03 0.22
HSL 302.88º 0.52% 0.53% -
HSV(B) 302.88º 0.63% 0.78% -
XYZ 35.19 20.58 51.99 -
YUV 123.94 166.41 180.82 -
System Red Green Blue C M Y K H S L
Decimal 198 73 192 0 0.63 0.03 0.22 302.88 0.52 0.53
Hex C6 49 C0 0 3F 3 16 12F 34 35
Octal 306 111 300 0 77 3 26 457 64 65
Binary 11000110 1001001 11000000 0 111111 11 10110 100101111 110100 110101

Color Harmonies of #C649C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649C0

Black with #C649C0

Text Example


Text Example

White with #C649C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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