Html Css Color HEX #C05DBF Fuchsia

📋 copy color: '#C05DBF'

red 192 ◦ green 93 ◦ blue 191

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

Shades of Fuchsia #C05DBF

Tints of Fuchsia #C05DBF

RGB

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

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

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

R = 40.34%
G = 19.54%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C05DBF (or 0xC05DBF) is known color: Fuchsia. HEX triplet: C0, 5D and BF. RGB value is (192,93,191). Sum of RGB (Red+Green+Blue) = 192+93+191=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DBF is #3FA240. Grayscale: #858585. Windows color (decimal): -4170305 or 12541376. OLE color: 12541376.

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

Color convert

RGB 192 93 191 -
CMYK 0 0.52 0.01 0.25
HSL 300.61º 0.44% 0.56% -
HSV(B) 300.61º 0.52% 0.75% -
XYZ 35.06 22.8 51.84 -
YUV 133.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 192 93 191 0 0.52 0.01 0.25 300.61 0.44 0.56
Hex C0 5D BF 0 34 1 19 12D 2C 38
Octal 300 135 277 0 64 1 31 455 54 70
Binary 11000000 1011101 10111111 0 110100 1 11001 100101101 101100 111000

Color Harmonies of #C05DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DBF

Black with #C05DBF

Text Example


Text Example

White with #C05DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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