Html Css Color HEX #C05CBC Fuchsia

📋 copy color: '#C05CBC'

red 192 ◦ green 92 ◦ blue 188

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

Shades of Fuchsia #C05CBC

Tints of Fuchsia #C05CBC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.49%

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 40.68%
G = 19.49%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C05CBC (or 0xC05CBC) is known color: Fuchsia. HEX triplet: C0, 5C and BC. RGB value is (192,92,188). Sum of RGB (Red+Green+Blue) = 192+92+188=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C05CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CBC is #3FA343. Grayscale: #848484. Windows color (decimal): -4170564 or 12344512. OLE color: 12344512.

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

Color convert

RGB 192 92 188 -
CMYK 0 0.52 0.02 0.25
HSL 302.4º 0.44% 0.56% -
HSV(B) 302.4º 0.52% 0.75% -
XYZ 34.64 22.49 50.09 -
YUV 132.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 192 92 188 0 0.52 0.02 0.25 302.4 0.44 0.56
Hex C0 5C BC 0 34 2 19 12E 2C 38
Octal 300 134 274 0 64 2 31 456 54 70
Binary 11000000 1011100 10111100 0 110100 10 11001 100101110 101100 111000

Color Harmonies of #C05CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05CBC

Black with #C05CBC

Text Example


Text Example

White with #C05CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05CBC; }

 p { color: rgb(192,92,188); }

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

background-color css

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

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

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

border-color css

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

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

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