Html Css Color HEX #C668AF Fuchsia

📋 copy color: '#C668AF'

red 198 ◦ green 104 ◦ blue 175

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

Shades of Fuchsia #C668AF

Tints of Fuchsia #C668AF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.8%

 BLUE value IS 175 (68.75% from 255) = 36.69%

R = 41.51%
G = 21.8%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C668AF (or 0xC668AF) is known color: Fuchsia. HEX triplet: C6, 68 and AF. RGB value is (198,104,175). Sum of RGB (Red+Green+Blue) = 198+104+175=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C668AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C668AF is #399750. Grayscale: #8C8C8C. Windows color (decimal): -3774289 or 11495622. OLE color: 11495622.

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

Color convert

RGB 198 104 175 -
CMYK 0 0.47 0.12 0.22
HSL 314.68º 0.45% 0.59% -
HSV(B) 314.68º 0.47% 0.78% -
XYZ 35.98 25 43.49 -
YUV 140.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 198 104 175 0 0.47 0.12 0.22 314.68 0.45 0.59
Hex C6 68 AF 0 2F C 16 13B 2D 3B
Octal 306 150 257 0 57 14 26 473 55 73
Binary 11000110 1101000 10101111 0 101111 1100 10110 100111011 101101 111011

Color Harmonies of #C668AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C668AF

Black with #C668AF

Text Example


Text Example

White with #C668AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C668AF; }

 p { color: rgb(198,104,175); }

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

background-color css

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

 a { background-color: rgb(198,104,175); }

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

border-color css

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

 span { border-color: rgb(198,104,175); }

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