Html Css Color HEX #C12DAE Fuchsia

📋 copy color: '#C12DAE'

red 193 ◦ green 45 ◦ blue 174

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

Shades of Fuchsia #C12DAE

Tints of Fuchsia #C12DAE

RGB

 RED value IS 193 (75.78% from 255) = 46.84%

 GREEN value IS 45 (17.97% from 255) = 10.92%

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

R = 46.84%
G = 10.92%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C12DAE (or 0xC12DAE) is known color: Fuchsia. HEX triplet: C1, 2D and AE. RGB value is (193,45,174). Sum of RGB (Red+Green+Blue) = 193+45+174=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C12DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12DAE is #3ED251. Grayscale: #676767. Windows color (decimal): -4117074 or 11414977. OLE color: 11414977.

HSL color Cylindrical-coordinate representation of color #C12DAE: hue angle of 307.7º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12DAE is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 45 174 -
CMYK 0 0.77 0.10 0.24
HSL 307.7º 0.62% 0.47% -
HSV(B) 307.7º 0.77% 0.76% -
XYZ 30.57 16.27 41.57 -
YUV 103.96 167.53 191.51 -
System Red Green Blue C M Y K H S L
Decimal 193 45 174 0 0.77 0.10 0.24 307.7 0.62 0.47
Hex C1 2D AE 0 4D A 18 134 3E 2F
Octal 301 55 256 0 115 12 30 464 76 57
Binary 11000001 101101 10101110 0 1001101 1010 11000 100110100 111110 101111

Color Harmonies of #C12DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DAE

Black with #C12DAE

Text Example


Text Example

White with #C12DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DAE; }

 p { color: rgb(193,45,174); }

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

background-color css

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

 a { background-color: rgb(193,45,174); }

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

border-color css

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

 span { border-color: rgb(193,45,174); }

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