Html Css Color HEX #C05DB0 Fuchsia

📋 copy color: '#C05DB0'

red 192 ◦ green 93 ◦ blue 176

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

Shades of Fuchsia #C05DB0

Tints of Fuchsia #C05DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.17%

 BLUE value IS 176 (69.14% from 255) = 38.18%

R = 41.65%
G = 20.17%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C05DB0 (or 0xC05DB0) is known color: Fuchsia. HEX triplet: C0, 5D and B0. RGB value is (192,93,176). Sum of RGB (Red+Green+Blue) = 192+93+176=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05DB0 is #3FA24F. Grayscale: #838383. Windows color (decimal): -4170320 or 11558336. OLE color: 11558336.

HSL color Cylindrical-coordinate representation of color #C05DB0: hue angle of 309.7º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05DB0 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 93 176 -
CMYK 0 0.52 0.08 0.25
HSL 309.7º 0.44% 0.56% -
HSV(B) 309.7º 0.52% 0.75% -
XYZ 33.49 22.17 43.59 -
YUV 132.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 192 93 176 0 0.52 0.08 0.25 309.7 0.44 0.56
Hex C0 5D B0 0 34 8 19 136 2C 38
Octal 300 135 260 0 64 10 31 466 54 70
Binary 11000000 1011101 10110000 0 110100 1000 11001 100110110 101100 111000

Color Harmonies of #C05DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DB0

Black with #C05DB0

Text Example


Text Example

White with #C05DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DB0; }

 p { color: rgb(192,93,176); }

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

background-color css

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

 a { background-color: rgb(192,93,176); }

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

border-color css

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

 span { border-color: rgb(192,93,176); }

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