Html Css Color HEX #C05CBE Fuchsia

📋 copy color: '#C05CBE'

red 192 ◦ green 92 ◦ blue 190

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

Shades of Fuchsia #C05CBE

Tints of Fuchsia #C05CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 40.51%
G = 19.41%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C05CBE (or 0xC05CBE) is known color: Fuchsia. HEX triplet: C0, 5C and BE. RGB value is (192,92,190). Sum of RGB (Red+Green+Blue) = 192+92+190=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C05CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CBE is #3FA341. Grayscale: #848484. Windows color (decimal): -4170562 or 12475584. OLE color: 12475584.

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

Color convert

RGB 192 92 190 -
CMYK 0 0.52 0.01 0.25
HSL 301.2º 0.44% 0.56% -
HSV(B) 301.2º 0.52% 0.75% -
XYZ 34.86 22.58 51.24 -
YUV 133.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 192 92 190 0 0.52 0.01 0.25 301.2 0.44 0.56
Hex C0 5C BE 0 34 1 19 12D 2C 38
Octal 300 134 276 0 64 1 31 455 54 70
Binary 11000000 1011100 10111110 0 110100 1 11001 100101101 101100 111000

Color Harmonies of #C05CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05CBE

Black with #C05CBE

Text Example


Text Example

White with #C05CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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