Html Css Color HEX #C05DC5 Fuchsia

📋 copy color: '#C05DC5'

red 192 ◦ green 93 ◦ blue 197

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

Shades of Fuchsia #C05DC5

Tints of Fuchsia #C05DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 39.83%
G = 19.29%
B = 40.87%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C05DC5 (or 0xC05DC5) is known color: Fuchsia. HEX triplet: C0, 5D and C5. RGB value is (192,93,197). Sum of RGB (Red+Green+Blue) = 192+93+197=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #C05DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DC5 is #3FA23A. Grayscale: #868686. Windows color (decimal): -4170299 or 12934592. OLE color: 12934592.

HSL color Cylindrical-coordinate representation of color #C05DC5: hue angle of 297.12º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05DC5 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 93 197 -
CMYK 0.03 0.53 0 0.23
HSL 297.12º 0.47% 0.57% -
HSV(B) 297.12º 0.53% 0.77% -
XYZ 35.73 23.07 55.39 -
YUV 134.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 192 93 197 0.03 0.53 0 0.23 297.12 0.47 0.57
Hex C0 5D C5 3 35 0 17 129 2F 39
Octal 300 135 305 3 65 0 27 451 57 71
Binary 11000000 1011101 11000101 11 110101 0 10111 100101001 101111 111001

Color Harmonies of #C05DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DC5

Black with #C05DC5

Text Example


Text Example

White with #C05DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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