Html Css Color HEX #C665AC Fuchsia

📋 copy color: '#C665AC'

red 198 ◦ green 101 ◦ blue 172

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

Shades of Fuchsia #C665AC

Tints of Fuchsia #C665AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 42.04%
G = 21.44%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C665AC (or 0xC665AC) is known color: Fuchsia. HEX triplet: C6, 65 and AC. RGB value is (198,101,172). Sum of RGB (Red+Green+Blue) = 198+101+172=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C665AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C665AC is #399A53. Grayscale: #898989. Windows color (decimal): -3775060 or 11298246. OLE color: 11298246.

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

Color convert

RGB 198 101 172 -
CMYK 0 0.49 0.13 0.22
HSL 316.08º 0.46% 0.59% -
HSV(B) 316.08º 0.49% 0.78% -
XYZ 35.39 24.29 41.85 -
YUV 138.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 198 101 172 0 0.49 0.13 0.22 316.08 0.46 0.59
Hex C6 65 AC 0 31 D 16 13C 2E 3B
Octal 306 145 254 0 61 15 26 474 56 73
Binary 11000110 1100101 10101100 0 110001 1101 10110 100111100 101110 111011

Color Harmonies of #C665AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665AC

Black with #C665AC

Text Example


Text Example

White with #C665AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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