Html Css Color HEX #C03ABE Fuchsia

📋 copy color: '#C03ABE'

red 192 ◦ green 58 ◦ blue 190

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

Shades of Fuchsia #C03ABE

Tints of Fuchsia #C03ABE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.18%

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

R = 43.64%
G = 13.18%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C03ABE (or 0xC03ABE) is known color: Fuchsia. HEX triplet: C0, 3A and BE. RGB value is (192,58,190). Sum of RGB (Red+Green+Blue) = 192+58+190=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C03ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ABE is #3FC541. Grayscale: #707070. Windows color (decimal): -4179266 or 12466880. OLE color: 12466880.

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

Color convert

RGB 192 58 190 -
CMYK 0 0.70 0.01 0.25
HSL 300.9º 0.54% 0.49% -
HSV(B) 300.9º 0.7% 0.75% -
XYZ 32.55 17.95 50.46 -
YUV 113.11 171.39 184.27 -
System Red Green Blue C M Y K H S L
Decimal 192 58 190 0 0.70 0.01 0.25 300.9 0.54 0.49
Hex C0 3A BE 0 46 1 19 12D 36 31
Octal 300 72 276 0 106 1 31 455 66 61
Binary 11000000 111010 10111110 0 1000110 1 11001 100101101 110110 110001

Color Harmonies of #C03ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03ABE

Black with #C03ABE

Text Example


Text Example

White with #C03ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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