Html Css Color HEX #C03DAE Fuchsia

📋 copy color: '#C03DAE'

red 192 ◦ green 61 ◦ blue 174

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

Shades of Fuchsia #C03DAE

Tints of Fuchsia #C03DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.29%

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

R = 44.96%
G = 14.29%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C03DAE (or 0xC03DAE) is known color: Fuchsia. HEX triplet: C0, 3D and AE. RGB value is (192,61,174). Sum of RGB (Red+Green+Blue) = 192+61+174=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03DAE is #3FC251. Grayscale: #707070. Windows color (decimal): -4178514 or 11419072. OLE color: 11419072.

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

Color convert

RGB 192 61 174 -
CMYK 0 0.68 0.09 0.25
HSL 308.24º 0.52% 0.5% -
HSV(B) 308.24º 0.68% 0.75% -
XYZ 31.05 17.6 41.81 -
YUV 113.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 192 61 174 0 0.68 0.09 0.25 308.24 0.52 0.5
Hex C0 3D AE 0 44 9 19 134 34 32
Octal 300 75 256 0 104 11 31 464 64 62
Binary 11000000 111101 10101110 0 1000100 1001 11001 100110100 110100 110010

Color Harmonies of #C03DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DAE

Black with #C03DAE

Text Example


Text Example

White with #C03DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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