Html Css Color HEX #C646C0 Fuchsia

📋 copy color: '#C646C0'

red 198 ◦ green 70 ◦ blue 192

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

Shades of Fuchsia #C646C0

Tints of Fuchsia #C646C0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.22%

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

R = 43.04%
G = 15.22%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C646C0 (or 0xC646C0) is known color: Fuchsia. HEX triplet: C6, 46 and C0. RGB value is (198,70,192). Sum of RGB (Red+Green+Blue) = 198+70+192=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C646C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646C0 is #39B93F. Grayscale: #797979. Windows color (decimal): -3782976 or 12601030. OLE color: 12601030.

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

Color convert

RGB 198 70 192 -
CMYK 0 0.65 0.03 0.22
HSL 302.81º 0.53% 0.53% -
HSV(B) 302.81º 0.65% 0.78% -
XYZ 34.99 20.19 51.92 -
YUV 122.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 198 70 192 0 0.65 0.03 0.22 302.81 0.53 0.53
Hex C6 46 C0 0 41 3 16 12F 35 35
Octal 306 106 300 0 101 3 26 457 65 65
Binary 11000110 1000110 11000000 0 1000001 11 10110 100101111 110101 110101

Color Harmonies of #C646C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C646C0

Black with #C646C0

Text Example


Text Example

White with #C646C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C646C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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