Html Css Color HEX #C03CAE Fuchsia

📋 copy color: '#C03CAE'

red 192 ◦ green 60 ◦ blue 174

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

Shades of Fuchsia #C03CAE

Tints of Fuchsia #C03CAE

RGB

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

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

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

R = 45.07%
G = 14.08%
B = 40.85%

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

#C03CAE (or 0xC03CAE) is known color: Fuchsia. HEX triplet: C0, 3C and AE. RGB value is (192,60,174). Sum of RGB (Red+Green+Blue) = 192+60+174=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CAE is #3FC351. Grayscale: #707070. Windows color (decimal): -4178770 or 11418816. OLE color: 11418816.

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

Color convert

RGB 192 60 174 -
CMYK 0 0.69 0.09 0.25
HSL 308.18º 0.52% 0.49% -
HSV(B) 308.18º 0.69% 0.75% -
XYZ 30.99 17.49 41.79 -
YUV 112.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 192 60 174 0 0.69 0.09 0.25 308.18 0.52 0.49
Hex C0 3C AE 0 45 9 19 134 34 31
Octal 300 74 256 0 105 11 31 464 64 61
Binary 11000000 111100 10101110 0 1000101 1001 11001 100110100 110100 110001

Color Harmonies of #C03CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CAE

Black with #C03CAE

Text Example


Text Example

White with #C03CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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