Html Css Color HEX #C665AB Fuchsia

📋 copy color: '#C665AB'

red 198 ◦ green 101 ◦ blue 171

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

Shades of Fuchsia #C665AB

Tints of Fuchsia #C665AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.49%

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

R = 42.13%
G = 21.49%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C665AB (or 0xC665AB) is known color: Fuchsia. HEX triplet: C6, 65 and AB. RGB value is (198,101,171). Sum of RGB (Red+Green+Blue) = 198+101+171=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C665AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C665AB is #399A54. Grayscale: #898989. Windows color (decimal): -3775061 or 11232710. OLE color: 11232710.

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

Color convert

RGB 198 101 171 -
CMYK 0 0.49 0.14 0.22
HSL 316.7º 0.46% 0.59% -
HSV(B) 316.7º 0.49% 0.78% -
XYZ 35.29 24.25 41.35 -
YUV 137.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 198 101 171 0 0.49 0.14 0.22 316.7 0.46 0.59
Hex C6 65 AB 0 31 E 16 13D 2E 3B
Octal 306 145 253 0 61 16 26 475 56 73
Binary 11000110 1100101 10101011 0 110001 1110 10110 100111101 101110 111011

Color Harmonies of #C665AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665AB

Black with #C665AB

Text Example


Text Example

White with #C665AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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