Html Css Color HEX #C06DBF Fuchsia

📋 copy color: '#C06DBF'

red 192 ◦ green 109 ◦ blue 191

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

Shades of Fuchsia #C06DBF

Tints of Fuchsia #C06DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.82%

R = 39.02%
G = 22.15%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C06DBF (or 0xC06DBF) is known color: Fuchsia. HEX triplet: C0, 6D and BF. RGB value is (192,109,191). Sum of RGB (Red+Green+Blue) = 192+109+191=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DBF is #3F9240. Grayscale: #8E8E8E. Windows color (decimal): -4166209 or 12545472. OLE color: 12545472.

HSL color Cylindrical-coordinate representation of color #C06DBF: hue angle of 300.72º 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 #C06DBF is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 109 191 -
CMYK 0 0.43 0.01 0.25
HSL 300.72º 0.4% 0.59% -
HSV(B) 300.72º 0.43% 0.75% -
XYZ 36.61 25.91 52.36 -
YUV 143.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 192 109 191 0 0.43 0.01 0.25 300.72 0.4 0.59
Hex C0 6D BF 0 2B 1 19 12D 28 3B
Octal 300 155 277 0 53 1 31 455 50 73
Binary 11000000 1101101 10111111 0 101011 1 11001 100101101 101000 111011

Color Harmonies of #C06DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DBF

Black with #C06DBF

Text Example


Text Example

White with #C06DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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