Html Css Color HEX #C03BC0 Fuchsia

📋 copy color: '#C03BC0'

red 192 ◦ green 59 ◦ blue 192

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

Shades of Fuchsia #C03BC0

Tints of Fuchsia #C03BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.32%

 BLUE value IS 192 (75.39% from 255) = 43.34%

R = 43.34%
G = 13.32%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C03BC0 (or 0xC03BC0) is known color: Fuchsia. HEX triplet: C0, 3B and C0. RGB value is (192,59,192). Sum of RGB (Red+Green+Blue) = 192+59+192=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C03BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BC0 is #3FC43F. Grayscale: #717171. Windows color (decimal): -4179008 or 12598208. OLE color: 12598208.

HSL color Cylindrical-coordinate representation of color #C03BC0: hue angle of 300º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03BC0 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 59 192 -
CMYK 0 0.69 0 0.25
HSL 300º 0.53% 0.49% -
HSV(B) 300º 0.69% 0.75% -
XYZ 32.82 18.14 51.64 -
YUV 113.93 172.06 183.69 -
System Red Green Blue C M Y K H S L
Decimal 192 59 192 0 0.69 0 0.25 300 0.53 0.49
Hex C0 3B C0 0 45 0 19 12C 35 31
Octal 300 73 300 0 105 0 31 454 65 61
Binary 11000000 111011 11000000 0 1000101 0 11001 100101100 110101 110001

Color Harmonies of #C03BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BC0

Black with #C03BC0

Text Example


Text Example

White with #C03BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BC0; }

 p { color: rgb(192,59,192); }

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

background-color css

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

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

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

border-color css

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

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

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