Html Css Color HEX #C05DB1 Fuchsia

📋 copy color: '#C05DB1'

red 192 ◦ green 93 ◦ blue 177

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

Shades of Fuchsia #C05DB1

Tints of Fuchsia #C05DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.31%

R = 41.56%
G = 20.13%
B = 38.31%

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

#C05DB1 (or 0xC05DB1) is known color: Fuchsia. HEX triplet: C0, 5D and B1. RGB value is (192,93,177). Sum of RGB (Red+Green+Blue) = 192+93+177=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05DB1 is #3FA24E. Grayscale: #838383. Windows color (decimal): -4170319 or 11623872. OLE color: 11623872.

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

Color convert

RGB 192 93 177 -
CMYK 0 0.52 0.08 0.25
HSL 309.09º 0.44% 0.56% -
HSV(B) 309.09º 0.52% 0.75% -
XYZ 33.59 22.21 44.11 -
YUV 132.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 192 93 177 0 0.52 0.08 0.25 309.09 0.44 0.56
Hex C0 5D B1 0 34 8 19 135 2C 38
Octal 300 135 261 0 64 10 31 465 54 70
Binary 11000000 1011101 10110001 0 110100 1000 11001 100110101 101100 111000

Color Harmonies of #C05DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DB1

Black with #C05DB1

Text Example


Text Example

White with #C05DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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