Html Css Color HEX #C645AD Fuchsia

📋 copy color: '#C645AD'

red 198 ◦ green 69 ◦ blue 173

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

Shades of Fuchsia #C645AD

Tints of Fuchsia #C645AD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.68%

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

R = 45%
G = 15.68%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C645AD (or 0xC645AD) is known color: Fuchsia. HEX triplet: C6, 45 and AD. RGB value is (198,69,173). Sum of RGB (Red+Green+Blue) = 198+69+173=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C645AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C645AD is #39BA52. Grayscale: #777777. Windows color (decimal): -3783251 or 11355590. OLE color: 11355590.

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

Color convert

RGB 198 69 173 -
CMYK 0 0.65 0.13 0.22
HSL 311.63º 0.53% 0.52% -
HSV(B) 311.63º 0.65% 0.78% -
XYZ 32.96 19.28 41.52 -
YUV 119.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 198 69 173 0 0.65 0.13 0.22 311.63 0.53 0.52
Hex C6 45 AD 0 41 D 16 138 35 34
Octal 306 105 255 0 101 15 26 470 65 64
Binary 11000110 1000101 10101101 0 1000001 1101 10110 100111000 110101 110100

Color Harmonies of #C645AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645AD

Black with #C645AD

Text Example


Text Example

White with #C645AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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