Html Css Color HEX #C069AD Fuchsia

📋 copy color: '#C069AD'

red 192 ◦ green 105 ◦ blue 173

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

Shades of Fuchsia #C069AD

Tints of Fuchsia #C069AD

RGB

 RED value IS 192 (75.39% from 255) = 40.85%

 GREEN value IS 105 (41.41% from 255) = 22.34%

 BLUE value IS 173 (67.97% from 255) = 36.81%

R = 40.85%
G = 22.34%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C069AD (or 0xC069AD) is known color: Fuchsia. HEX triplet: C0, 69 and AD. RGB value is (192,105,173). Sum of RGB (Red+Green+Blue) = 192+105+173=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C069AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C069AD is #3F9652. Grayscale: #8A8A8A. Windows color (decimal): -4167251 or 11364800. OLE color: 11364800.

HSL color Cylindrical-coordinate representation of color #C069AD: hue angle of 313.1º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C069AD is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 105 173 -
CMYK 0 0.45 0.10 0.25
HSL 313.1º 0.41% 0.58% -
HSV(B) 313.1º 0.45% 0.75% -
XYZ 34.33 24.33 42.42 -
YUV 138.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 192 105 173 0 0.45 0.10 0.25 313.1 0.41 0.58
Hex C0 69 AD 0 2D A 19 139 29 3A
Octal 300 151 255 0 55 12 31 471 51 72
Binary 11000000 1101001 10101101 0 101101 1010 11001 100111001 101001 111010

Color Harmonies of #C069AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069AD

Black with #C069AD

Text Example


Text Example

White with #C069AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069AD; }

 p { color: rgb(192,105,173); }

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

background-color css

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

 a { background-color: rgb(192,105,173); }

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

border-color css

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

 span { border-color: rgb(192,105,173); }

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