Html Css Color HEX #C05CBA Fuchsia

📋 copy color: '#C05CBA'

red 192 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #C05CBA

Tints of Fuchsia #C05CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 40.85%
G = 19.57%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C05CBA (or 0xC05CBA) is known color: Fuchsia. HEX triplet: C0, 5C and BA. RGB value is (192,92,186). Sum of RGB (Red+Green+Blue) = 192+92+186=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C05CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CBA is #3FA345. Grayscale: #848484. Windows color (decimal): -4170566 or 12213440. OLE color: 12213440.

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

Color convert

RGB 192 92 186 -
CMYK 0 0.52 0.03 0.25
HSL 303.6º 0.44% 0.56% -
HSV(B) 303.6º 0.52% 0.75% -
XYZ 34.43 22.41 48.96 -
YUV 132.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 192 92 186 0 0.52 0.03 0.25 303.6 0.44 0.56
Hex C0 5C BA 0 34 3 19 130 2C 38
Octal 300 134 272 0 64 3 31 460 54 70
Binary 11000000 1011100 10111010 0 110100 11 11001 100110000 101100 111000

Color Harmonies of #C05CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05CBA

Black with #C05CBA

Text Example


Text Example

White with #C05CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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