Html Css Color HEX #C06DAE Fuchsia

📋 copy color: '#C06DAE'

red 192 ◦ green 109 ◦ blue 174

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

Shades of Fuchsia #C06DAE

Tints of Fuchsia #C06DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.95%

 BLUE value IS 174 (68.36% from 255) = 36.63%

R = 40.42%
G = 22.95%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C06DAE (or 0xC06DAE) is known color: Fuchsia. HEX triplet: C0, 6D and AE. RGB value is (192,109,174). Sum of RGB (Red+Green+Blue) = 192+109+174=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06DAE is #3F9251. Grayscale: #8D8D8D. Windows color (decimal): -4166226 or 11431360. OLE color: 11431360.

HSL color Cylindrical-coordinate representation of color #C06DAE: hue angle of 313.01º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06DAE is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 109 174 -
CMYK 0 0.43 0.09 0.25
HSL 313.01º 0.4% 0.59% -
HSV(B) 313.01º 0.43% 0.75% -
XYZ 34.85 25.2 43.07 -
YUV 141.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 192 109 174 0 0.43 0.09 0.25 313.01 0.4 0.59
Hex C0 6D AE 0 2B 9 19 139 28 3B
Octal 300 155 256 0 53 11 31 471 50 73
Binary 11000000 1101101 10101110 0 101011 1001 11001 100111001 101000 111011

Color Harmonies of #C06DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DAE

Black with #C06DAE

Text Example


Text Example

White with #C06DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DAE; }

 p { color: rgb(192,109,174); }

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

background-color css

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

 a { background-color: rgb(192,109,174); }

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

border-color css

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

 span { border-color: rgb(192,109,174); }

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