Html Css Color HEX #C05DBE Fuchsia

📋 copy color: '#C05DBE'

red 192 ◦ green 93 ◦ blue 190

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

Shades of Fuchsia #C05DBE

Tints of Fuchsia #C05DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 40.42%
G = 19.58%
B = 40%

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

#C05DBE (or 0xC05DBE) is known color: Fuchsia. HEX triplet: C0, 5D and BE. RGB value is (192,93,190). Sum of RGB (Red+Green+Blue) = 192+93+190=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DBE is #3FA241. Grayscale: #858585. Windows color (decimal): -4170306 or 12475840. OLE color: 12475840.

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

Color convert

RGB 192 93 190 -
CMYK 0 0.52 0.01 0.25
HSL 301.21º 0.44% 0.56% -
HSV(B) 301.21º 0.52% 0.75% -
XYZ 34.95 22.75 51.27 -
YUV 133.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 192 93 190 0 0.52 0.01 0.25 301.21 0.44 0.56
Hex C0 5D BE 0 34 1 19 12D 2C 38
Octal 300 135 276 0 64 1 31 455 54 70
Binary 11000000 1011101 10111110 0 110100 1 11001 100101101 101100 111000

Color Harmonies of #C05DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DBE

Black with #C05DBE

Text Example


Text Example

White with #C05DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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