Html Css Color HEX #C03CAA Fuchsia

📋 copy color: '#C03CAA'

red 192 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #C03CAA

Tints of Fuchsia #C03CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.22%

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

R = 45.5%
G = 14.22%
B = 40.28%

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

#C03CAA (or 0xC03CAA) is known color: Fuchsia. HEX triplet: C0, 3C and AA. RGB value is (192,60,170). Sum of RGB (Red+Green+Blue) = 192+60+170=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CAA is #3FC355. Grayscale: #6F6F6F. Windows color (decimal): -4178774 or 11156672. OLE color: 11156672.

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

Color convert

RGB 192 60 170 -
CMYK 0 0.69 0.11 0.25
HSL 310º 0.52% 0.49% -
HSV(B) 310º 0.69% 0.75% -
XYZ 30.61 17.34 39.76 -
YUV 112.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 192 60 170 0 0.69 0.11 0.25 310 0.52 0.49
Hex C0 3C AA 0 45 B 19 136 34 31
Octal 300 74 252 0 105 13 31 466 64 61
Binary 11000000 111100 10101010 0 1000101 1011 11001 100110110 110100 110001

Color Harmonies of #C03CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CAA

Black with #C03CAA

Text Example


Text Example

White with #C03CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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