Html Css Color HEX #C279AF London Hue

📋 copy color: '#C279AF'

red 194 ◦ green 121 ◦ blue 175

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

Shades of London Hue #C279AF

Tints of London Hue #C279AF

RGB

 RED value IS 194 (76.17% from 255) = 39.59%

 GREEN value IS 121 (47.66% from 255) = 24.69%

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

R = 39.59%
G = 24.69%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C279AF (or 0xC279AF) is known color: London Hue. HEX triplet: C2, 79 and AF. RGB value is (194,121,175). Sum of RGB (Red+Green+Blue) = 194+121+175=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C279AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C279AF is #3D8650. Grayscale: #949494. Windows color (decimal): -4032081 or 11499970. OLE color: 11499970.

HSL color Cylindrical-coordinate representation of color #C279AF: hue angle of 315.62º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C279AF is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 121 175 -
CMYK 0 0.38 0.10 0.24
HSL 315.62º 0.37% 0.62% -
HSV(B) 315.62º 0.38% 0.76% -
XYZ 36.82 28.24 44.07 -
YUV 148.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 194 121 175 0 0.38 0.10 0.24 315.62 0.37 0.62
Hex C2 79 AF 0 26 A 18 13C 25 3E
Octal 302 171 257 0 46 12 30 474 45 76
Binary 11000010 1111001 10101111 0 100110 1010 11000 100111100 100101 111110

Color Harmonies of #C279AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C279AF

Black with #C279AF

Text Example


Text Example

White with #C279AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C279AF; }

 p { color: rgb(194,121,175); }

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

background-color css

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

 a { background-color: rgb(194,121,175); }

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

border-color css

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

 span { border-color: rgb(194,121,175); }

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