Html Css Color HEX #C641AD Fuchsia

📋 copy color: '#C641AD'

red 198 ◦ green 65 ◦ blue 173

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

Shades of Fuchsia #C641AD

Tints of Fuchsia #C641AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.91%

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 45.41%
G = 14.91%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C641AD (or 0xC641AD) is known color: Fuchsia. HEX triplet: C6, 41 and AD. RGB value is (198,65,173). Sum of RGB (Red+Green+Blue) = 198+65+173=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C641AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C641AD is #39BE52. Grayscale: #747474. Windows color (decimal): -3784275 or 11354566. OLE color: 11354566.

HSL color Cylindrical-coordinate representation of color #C641AD: hue angle of 311.28º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C641AD is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 173 -
CMYK 0 0.67 0.13 0.22
HSL 311.28º 0.54% 0.52% -
HSV(B) 311.28º 0.67% 0.78% -
XYZ 32.72 18.8 41.44 -
YUV 117.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 198 65 173 0 0.67 0.13 0.22 311.28 0.54 0.52
Hex C6 41 AD 0 43 D 16 137 36 34
Octal 306 101 255 0 103 15 26 467 66 64
Binary 11000110 1000001 10101101 0 1000011 1101 10110 100110111 110110 110100

Color Harmonies of #C641AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641AD

Black with #C641AD

Text Example


Text Example

White with #C641AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641AD; }

 p { color: rgb(198,65,173); }

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

background-color css

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

 a { background-color: rgb(198,65,173); }

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

border-color css

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

 span { border-color: rgb(198,65,173); }

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