Html Css Color HEX #C05FBE Fuchsia

📋 copy color: '#C05FBE'

red 192 ◦ green 95 ◦ blue 190

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

Shades of Fuchsia #C05FBE

Tints of Fuchsia #C05FBE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.92%

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

R = 40.25%
G = 19.92%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C05FBE (or 0xC05FBE) is known color: Fuchsia. HEX triplet: C0, 5F and BE. RGB value is (192,95,190). Sum of RGB (Red+Green+Blue) = 192+95+190=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FBE is #3FA041. Grayscale: #868686. Windows color (decimal): -4169794 or 12476352. OLE color: 12476352.

HSL color Cylindrical-coordinate representation of color #C05FBE: hue angle of 301.24º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05FBE is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 190 -
CMYK 0 0.51 0.01 0.25
HSL 301.24º 0.43% 0.56% -
HSV(B) 301.24º 0.51% 0.75% -
XYZ 35.12 23.11 51.32 -
YUV 134.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 192 95 190 0 0.51 0.01 0.25 301.24 0.43 0.56
Hex C0 5F BE 0 33 1 19 12D 2B 38
Octal 300 137 276 0 63 1 31 455 53 70
Binary 11000000 1011111 10111110 0 110011 1 11001 100101101 101011 111000

Color Harmonies of #C05FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FBE

Black with #C05FBE

Text Example


Text Example

White with #C05FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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