Html Css Color HEX #C03BAA Fuchsia

📋 copy color: '#C03BAA'

red 192 ◦ green 59 ◦ blue 170

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

Shades of Fuchsia #C03BAA

Tints of Fuchsia #C03BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 45.61%
G = 14.01%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C03BAA (or 0xC03BAA) is known color: Fuchsia. HEX triplet: C0, 3B and AA. RGB value is (192,59,170). Sum of RGB (Red+Green+Blue) = 192+59+170=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BAA is #3FC455. Grayscale: #6F6F6F. Windows color (decimal): -4179030 or 11156416. OLE color: 11156416.

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

Color convert

RGB 192 59 170 -
CMYK 0 0.69 0.11 0.25
HSL 309.92º 0.53% 0.49% -
HSV(B) 309.92º 0.69% 0.75% -
XYZ 30.56 17.24 39.75 -
YUV 111.42 161.06 185.47 -
System Red Green Blue C M Y K H S L
Decimal 192 59 170 0 0.69 0.11 0.25 309.92 0.53 0.49
Hex C0 3B AA 0 45 B 19 136 35 31
Octal 300 73 252 0 105 13 31 466 65 61
Binary 11000000 111011 10101010 0 1000101 1011 11001 100110110 110101 110001

Color Harmonies of #C03BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BAA

Black with #C03BAA

Text Example


Text Example

White with #C03BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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