Html Css Color HEX #C03BAE Fuchsia

📋 copy color: '#C03BAE'

red 192 ◦ green 59 ◦ blue 174

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

Shades of Fuchsia #C03BAE

Tints of Fuchsia #C03BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.94%

R = 45.18%
G = 13.88%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C03BAE (or 0xC03BAE) is known color: Fuchsia. HEX triplet: C0, 3B and AE. RGB value is (192,59,174). Sum of RGB (Red+Green+Blue) = 192+59+174=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BAE is #3FC451. Grayscale: #6F6F6F. Windows color (decimal): -4179026 or 11418560. OLE color: 11418560.

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

Color convert

RGB 192 59 174 -
CMYK 0 0.69 0.09 0.25
HSL 308.12º 0.53% 0.49% -
HSV(B) 308.12º 0.69% 0.75% -
XYZ 30.94 17.39 41.77 -
YUV 111.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 192 59 174 0 0.69 0.09 0.25 308.12 0.53 0.49
Hex C0 3B AE 0 45 9 19 134 35 31
Octal 300 73 256 0 105 11 31 464 65 61
Binary 11000000 111011 10101110 0 1000101 1001 11001 100110100 110101 110001

Color Harmonies of #C03BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BAE

Black with #C03BAE

Text Example


Text Example

White with #C03BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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