Html Css Color HEX #C03BC1 Fuchsia

📋 copy color: '#C03BC1'

red 192 ◦ green 59 ◦ blue 193

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

Shades of Fuchsia #C03BC1

Tints of Fuchsia #C03BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.47%

R = 43.24%
G = 13.29%
B = 43.47%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C03BC1 (or 0xC03BC1) is known color: Fuchsia. HEX triplet: C0, 3B and C1. RGB value is (192,59,193). Sum of RGB (Red+Green+Blue) = 192+59+193=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #C03BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BC1 is #3FC43E. Grayscale: #717171. Windows color (decimal): -4179007 or 12663744. OLE color: 12663744.

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

Color convert

RGB 192 59 193 -
CMYK 0.01 0.69 0 0.24
HSL 299.55º 0.53% 0.49% -
HSV(B) 299.55º 0.69% 0.76% -
XYZ 32.93 18.18 52.23 -
YUV 114.04 172.56 183.6 -
System Red Green Blue C M Y K H S L
Decimal 192 59 193 0.01 0.69 0 0.24 299.55 0.53 0.49
Hex C0 3B C1 1 45 0 18 12C 35 31
Octal 300 73 301 1 105 0 30 454 65 61
Binary 11000000 111011 11000001 1 1000101 0 11000 100101100 110101 110001

Color Harmonies of #C03BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BC1

Black with #C03BC1

Text Example


Text Example

White with #C03BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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