Html Css Color HEX #C06DB3 Fuchsia

📋 copy color: '#C06DB3'

red 192 ◦ green 109 ◦ blue 179

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

Shades of Fuchsia #C06DB3

Tints of Fuchsia #C06DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.29%

R = 40%
G = 22.71%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C06DB3 (or 0xC06DB3) is known color: Fuchsia. HEX triplet: C0, 6D and B3. RGB value is (192,109,179). Sum of RGB (Red+Green+Blue) = 192+109+179=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DB3 is #3F924C. Grayscale: #8D8D8D. Windows color (decimal): -4166221 or 11759040. OLE color: 11759040.

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

Color convert

RGB 192 109 179 -
CMYK 0 0.43 0.07 0.25
HSL 309.4º 0.4% 0.59% -
HSV(B) 309.4º 0.43% 0.75% -
XYZ 35.34 25.4 45.69 -
YUV 141.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 192 109 179 0 0.43 0.07 0.25 309.4 0.4 0.59
Hex C0 6D B3 0 2B 7 19 135 28 3B
Octal 300 155 263 0 53 7 31 465 50 73
Binary 11000000 1101101 10110011 0 101011 111 11001 100110101 101000 111011

Color Harmonies of #C06DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DB3

Black with #C06DB3

Text Example


Text Example

White with #C06DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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