Html Css Color HEX #C05DB9 Fuchsia

📋 copy color: '#C05DB9'

red 192 ◦ green 93 ◦ blue 185

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

Shades of Fuchsia #C05DB9

Tints of Fuchsia #C05DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.36%

R = 40.85%
G = 19.79%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C05DB9 (or 0xC05DB9) is known color: Fuchsia. HEX triplet: C0, 5D and B9. RGB value is (192,93,185). Sum of RGB (Red+Green+Blue) = 192+93+185=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DB9 is #3FA246. Grayscale: #848484. Windows color (decimal): -4170311 or 12148160. OLE color: 12148160.

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

Color convert

RGB 192 93 185 -
CMYK 0 0.52 0.04 0.25
HSL 304.24º 0.44% 0.56% -
HSV(B) 304.24º 0.52% 0.75% -
XYZ 34.41 22.54 48.44 -
YUV 133.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 192 93 185 0 0.52 0.04 0.25 304.24 0.44 0.56
Hex C0 5D B9 0 34 4 19 130 2C 38
Octal 300 135 271 0 64 4 31 460 54 70
Binary 11000000 1011101 10111001 0 110100 100 11001 100110000 101100 111000

Color Harmonies of #C05DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DB9

Black with #C05DB9

Text Example


Text Example

White with #C05DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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