Html Css Color HEX #C643AB Fuchsia

📋 copy color: '#C643AB'

red 198 ◦ green 67 ◦ blue 171

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

Shades of Fuchsia #C643AB

Tints of Fuchsia #C643AB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.37%

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

R = 45.41%
G = 15.37%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C643AB (or 0xC643AB) is known color: Fuchsia. HEX triplet: C6, 43 and AB. RGB value is (198,67,171). Sum of RGB (Red+Green+Blue) = 198+67+171=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C643AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C643AB is #39BC54. Grayscale: #757575. Windows color (decimal): -3783765 or 11224006. OLE color: 11224006.

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

Color convert

RGB 198 67 171 -
CMYK 0 0.66 0.14 0.22
HSL 312.37º 0.53% 0.52% -
HSV(B) 312.37º 0.66% 0.78% -
XYZ 32.65 18.96 40.47 -
YUV 118.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 198 67 171 0 0.66 0.14 0.22 312.37 0.53 0.52
Hex C6 43 AB 0 42 E 16 138 35 34
Octal 306 103 253 0 102 16 26 470 65 64
Binary 11000110 1000011 10101011 0 1000010 1110 10110 100111000 110101 110100

Color Harmonies of #C643AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C643AB

Black with #C643AB

Text Example


Text Example

White with #C643AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C643AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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