Html Css Color HEX #C03BC2 Fuchsia

📋 copy color: '#C03BC2'

red 192 ◦ green 59 ◦ blue 194

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

Shades of Fuchsia #C03BC2

Tints of Fuchsia #C03BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.6%

R = 43.15%
G = 13.26%
B = 43.6%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C03BC2 (or 0xC03BC2) is known color: Fuchsia. HEX triplet: C0, 3B and C2. RGB value is (192,59,194). Sum of RGB (Red+Green+Blue) = 192+59+194=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 194 - color contains mainly: blue. Hex color #C03BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BC2 is #3FC43D. Grayscale: #717171. Windows color (decimal): -4179006 or 12729280. OLE color: 12729280.

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

Color convert

RGB 192 59 194 -
CMYK 0.01 0.70 0 0.24
HSL 299.11º 0.53% 0.5% -
HSV(B) 299.11º 0.7% 0.76% -
XYZ 33.04 18.23 52.82 -
YUV 114.16 173.06 183.52 -
System Red Green Blue C M Y K H S L
Decimal 192 59 194 0.01 0.70 0 0.24 299.11 0.53 0.5
Hex C0 3B C2 1 46 0 18 12B 35 32
Octal 300 73 302 1 106 0 30 453 65 62
Binary 11000000 111011 11000010 1 1000110 0 11000 100101011 110101 110010

Color Harmonies of #C03BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BC2

Black with #C03BC2

Text Example


Text Example

White with #C03BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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