Html Css Color HEX #C05BC9 Fuchsia

📋 copy color: '#C05BC9'

red 192 ◦ green 91 ◦ blue 201

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

Shades of Fuchsia #C05BC9

Tints of Fuchsia #C05BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.53%

R = 39.67%
G = 18.8%
B = 41.53%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C05BC9 (or 0xC05BC9) is known color: Fuchsia. HEX triplet: C0, 5B and C9. RGB value is (192,91,201). Sum of RGB (Red+Green+Blue) = 192+91+201=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #C05BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BC9 is #3FA436. Grayscale: #858585. Windows color (decimal): -4170807 or 13196224. OLE color: 13196224.

HSL color Cylindrical-coordinate representation of color #C05BC9: hue angle of 295.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05BC9 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 91 201 -
CMYK 0.04 0.55 0 0.21
HSL 295.09º 0.5% 0.57% -
HSV(B) 295.09º 0.55% 0.79% -
XYZ 36.02 22.91 57.78 -
YUV 133.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 192 91 201 0.04 0.55 0 0.21 295.09 0.5 0.57
Hex C0 5B C9 4 37 0 15 127 32 39
Octal 300 133 311 4 67 0 25 447 62 71
Binary 11000000 1011011 11001001 100 110111 0 10101 100100111 110010 111001

Color Harmonies of #C05BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BC9

Black with #C05BC9

Text Example


Text Example

White with #C05BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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