Html Css Color HEX #C646C1 Fuchsia

📋 copy color: '#C646C1'

red 198 ◦ green 70 ◦ blue 193

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

Shades of Fuchsia #C646C1

Tints of Fuchsia #C646C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.87%

R = 42.95%
G = 15.18%
B = 41.87%

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

#C646C1 (or 0xC646C1) is known color: Fuchsia. HEX triplet: C6, 46 and C1. RGB value is (198,70,193). Sum of RGB (Red+Green+Blue) = 198+70+193=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C646C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646C1 is #39B93E. Grayscale: #797979. Windows color (decimal): -3782975 or 12666566. OLE color: 12666566.

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

Color convert

RGB 198 70 193 -
CMYK 0 0.65 0.03 0.22
HSL 302.34º 0.53% 0.53% -
HSV(B) 302.34º 0.65% 0.78% -
XYZ 35.1 20.24 52.51 -
YUV 122.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 198 70 193 0 0.65 0.03 0.22 302.34 0.53 0.53
Hex C6 46 C1 0 41 3 16 12E 35 35
Octal 306 106 301 0 101 3 26 456 65 65
Binary 11000110 1000110 11000001 0 1000001 11 10110 100101110 110101 110101

Color Harmonies of #C646C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C646C1

Black with #C646C1

Text Example


Text Example

White with #C646C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C646C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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