Html Css Color HEX #C645AB Fuchsia

📋 copy color: '#C645AB'

red 198 ◦ green 69 ◦ blue 171

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

Shades of Fuchsia #C645AB

Tints of Fuchsia #C645AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 45.21%
G = 15.75%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C645AB (or 0xC645AB) is known color: Fuchsia. HEX triplet: C6, 45 and AB. RGB value is (198,69,171). Sum of RGB (Red+Green+Blue) = 198+69+171=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C645AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C645AB is #39BA54. Grayscale: #767676. Windows color (decimal): -3783253 or 11224518. OLE color: 11224518.

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

Color convert

RGB 198 69 171 -
CMYK 0 0.65 0.14 0.22
HSL 312.56º 0.53% 0.52% -
HSV(B) 312.56º 0.65% 0.78% -
XYZ 32.77 19.2 40.51 -
YUV 119.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 198 69 171 0 0.65 0.14 0.22 312.56 0.53 0.52
Hex C6 45 AB 0 41 E 16 139 35 34
Octal 306 105 253 0 101 16 26 471 65 64
Binary 11000110 1000101 10101011 0 1000001 1110 10110 100111001 110101 110100

Color Harmonies of #C645AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645AB

Black with #C645AB

Text Example


Text Example

White with #C645AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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