Html Css Color HEX #C03ABB Fuchsia

📋 copy color: '#C03ABB'

red 192 ◦ green 58 ◦ blue 187

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

Shades of Fuchsia #C03ABB

Tints of Fuchsia #C03ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 43.94%
G = 13.27%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C03ABB (or 0xC03ABB) is known color: Fuchsia. HEX triplet: C0, 3A and BB. RGB value is (192,58,187). Sum of RGB (Red+Green+Blue) = 192+58+187=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C03ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ABB is #3FC544. Grayscale: #707070. Windows color (decimal): -4179269 or 12270272. OLE color: 12270272.

HSL color Cylindrical-coordinate representation of color #C03ABB: hue angle of 302.24º 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 #C03ABB is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 58 187 -
CMYK 0 0.70 0.03 0.25
HSL 302.24º 0.54% 0.49% -
HSV(B) 302.24º 0.7% 0.75% -
XYZ 32.22 17.82 48.76 -
YUV 112.77 169.89 184.51 -
System Red Green Blue C M Y K H S L
Decimal 192 58 187 0 0.70 0.03 0.25 302.24 0.54 0.49
Hex C0 3A BB 0 46 3 19 12E 36 31
Octal 300 72 273 0 106 3 31 456 66 61
Binary 11000000 111010 10111011 0 1000110 11 11001 100101110 110110 110001

Color Harmonies of #C03ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03ABB

Black with #C03ABB

Text Example


Text Example

White with #C03ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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