Html Css Color HEX #C12CAF Fuchsia

📋 copy color: '#C12CAF'

red 193 ◦ green 44 ◦ blue 175

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

Shades of Fuchsia #C12CAF

Tints of Fuchsia #C12CAF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.68%

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 46.84%
G = 10.68%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C12CAF (or 0xC12CAF) is known color: Fuchsia. HEX triplet: C1, 2C and AF. RGB value is (193,44,175). Sum of RGB (Red+Green+Blue) = 193+44+175=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C12CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12CAF is #3ED350. Grayscale: #676767. Windows color (decimal): -4117329 or 11480257. OLE color: 11480257.

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

Color convert

RGB 193 44 175 -
CMYK 0 0.77 0.09 0.24
HSL 307.25º 0.63% 0.46% -
HSV(B) 307.25º 0.77% 0.76% -
XYZ 30.63 16.23 42.08 -
YUV 103.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 193 44 175 0 0.77 0.09 0.24 307.25 0.63 0.46
Hex C1 2C AF 0 4D 9 18 133 3F 2E
Octal 301 54 257 0 115 11 30 463 77 56
Binary 11000001 101100 10101111 0 1001101 1001 11000 100110011 111111 101110

Color Harmonies of #C12CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CAF

Black with #C12CAF

Text Example


Text Example

White with #C12CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CAF; }

 p { color: rgb(193,44,175); }

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

background-color css

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

 a { background-color: rgb(193,44,175); }

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

border-color css

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

 span { border-color: rgb(193,44,175); }

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