Html Css Color HEX #C05BC0 Fuchsia

📋 copy color: '#C05BC0'

red 192 ◦ green 91 ◦ blue 192

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

Shades of Fuchsia #C05BC0

Tints of Fuchsia #C05BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.16%

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

R = 40.42%
G = 19.16%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C05BC0 (or 0xC05BC0) is known color: Fuchsia. HEX triplet: C0, 5B and C0. RGB value is (192,91,192). Sum of RGB (Red+Green+Blue) = 192+91+192=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C05BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BC0 is #3FA43F. Grayscale: #848484. Windows color (decimal): -4170816 or 12606400. OLE color: 12606400.

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

Color convert

RGB 192 91 192 -
CMYK 0 0.53 0 0.25
HSL 300º 0.44% 0.55% -
HSV(B) 300º 0.53% 0.75% -
XYZ 34.99 22.49 52.37 -
YUV 132.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 192 91 192 0 0.53 0 0.25 300 0.44 0.55
Hex C0 5B C0 0 35 0 19 12C 2C 37
Octal 300 133 300 0 65 0 31 454 54 67
Binary 11000000 1011011 11000000 0 110101 0 11001 100101100 101100 110111

Color Harmonies of #C05BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BC0

Black with #C05BC0

Text Example


Text Example

White with #C05BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BC0; }

 p { color: rgb(192,91,192); }

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

background-color css

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

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

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

border-color css

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

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

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