Html Css Color HEX #C05DC2 Fuchsia

📋 copy color: '#C05DC2'

red 192 ◦ green 93 ◦ blue 194

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

Shades of Fuchsia #C05DC2

Tints of Fuchsia #C05DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.5%

R = 40.08%
G = 19.42%
B = 40.5%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C05DC2 (or 0xC05DC2) is known color: Fuchsia. HEX triplet: C0, 5D and C2. RGB value is (192,93,194). Sum of RGB (Red+Green+Blue) = 192+93+194=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #C05DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DC2 is #3FA23D. Grayscale: #858585. Windows color (decimal): -4170302 or 12737984. OLE color: 12737984.

HSL color Cylindrical-coordinate representation of color #C05DC2: hue angle of 298.81º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05DC2 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 93 194 -
CMYK 0.01 0.52 0 0.24
HSL 298.81º 0.45% 0.56% -
HSV(B) 298.81º 0.52% 0.76% -
XYZ 35.39 22.93 53.6 -
YUV 134.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 192 93 194 0.01 0.52 0 0.24 298.81 0.45 0.56
Hex C0 5D C2 1 34 0 18 12B 2D 38
Octal 300 135 302 1 64 0 30 453 55 70
Binary 11000000 1011101 11000010 1 110100 0 11000 100101011 101101 111000

Color Harmonies of #C05DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DC2

Black with #C05DC2

Text Example


Text Example

White with #C05DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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