Html Css Color HEX #C03ABD Fuchsia

📋 copy color: '#C03ABD'

red 192 ◦ green 58 ◦ blue 189

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

Shades of Fuchsia #C03ABD

Tints of Fuchsia #C03ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 43.74%
G = 13.21%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C03ABD (or 0xC03ABD) is known color: Fuchsia. HEX triplet: C0, 3A and BD. RGB value is (192,58,189). Sum of RGB (Red+Green+Blue) = 192+58+189=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C03ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ABD is #3FC542. Grayscale: #707070. Windows color (decimal): -4179267 or 12401344. OLE color: 12401344.

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

Color convert

RGB 192 58 189 -
CMYK 0 0.70 0.02 0.25
HSL 301.34º 0.54% 0.49% -
HSV(B) 301.34º 0.7% 0.75% -
XYZ 32.44 17.91 49.89 -
YUV 113 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 192 58 189 0 0.70 0.02 0.25 301.34 0.54 0.49
Hex C0 3A BD 0 46 2 19 12D 36 31
Octal 300 72 275 0 106 2 31 455 66 61
Binary 11000000 111010 10111101 0 1000110 10 11001 100101101 110110 110001

Color Harmonies of #C03ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03ABD

Black with #C03ABD

Text Example


Text Example

White with #C03ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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