Html Css Color HEX #C12DBF Fuchsia

📋 copy color: '#C12DBF'

red 193 ◦ green 45 ◦ blue 191

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

Shades of Fuchsia #C12DBF

Tints of Fuchsia #C12DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.52%

R = 44.99%
G = 10.49%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C12DBF (or 0xC12DBF) is known color: Fuchsia. HEX triplet: C1, 2D and BF. RGB value is (193,45,191). Sum of RGB (Red+Green+Blue) = 193+45+191=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C12DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DBF is #3ED240. Grayscale: #696969. Windows color (decimal): -4117057 or 12529089. OLE color: 12529089.

HSL color Cylindrical-coordinate representation of color #C12DBF: hue angle of 300.81º 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 #C12DBF is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 45 191 -
CMYK 0 0.77 0.01 0.24
HSL 300.81º 0.62% 0.47% -
HSV(B) 300.81º 0.77% 0.76% -
XYZ 32.33 16.98 50.86 -
YUV 105.9 176.03 190.13 -
System Red Green Blue C M Y K H S L
Decimal 193 45 191 0 0.77 0.01 0.24 300.81 0.62 0.47
Hex C1 2D BF 0 4D 1 18 12D 3E 2F
Octal 301 55 277 0 115 1 30 455 76 57
Binary 11000001 101101 10111111 0 1001101 1 11000 100101101 111110 101111

Color Harmonies of #C12DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DBF

Black with #C12DBF

Text Example


Text Example

White with #C12DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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