Html Css Color HEX #C12DCC Fuchsia

📋 copy color: '#C12DCC'

red 193 ◦ green 45 ◦ blue 204

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

Shades of Fuchsia #C12DCC

Tints of Fuchsia #C12DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 43.67%
G = 10.18%
B = 46.15%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C12DCC (or 0xC12DCC) is known color: Fuchsia. HEX triplet: C1, 2D and CC. RGB value is (193,45,204). Sum of RGB (Red+Green+Blue) = 193+45+204=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #C12DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DCC is #3ED233. Grayscale: #6A6A6A. Windows color (decimal): -4117044 or 13381057. OLE color: 13381057.

HSL color Cylindrical-coordinate representation of color #C12DCC: hue angle of 295.85º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12DCC is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 45 204 -
CMYK 0.05 0.78 0 0.2
HSL 295.85º 0.64% 0.49% -
HSV(B) 295.85º 0.78% 0.8% -
XYZ 33.83 17.57 58.74 -
YUV 107.38 182.53 189.07 -
System Red Green Blue C M Y K H S L
Decimal 193 45 204 0.05 0.78 0 0.2 295.85 0.64 0.49
Hex C1 2D CC 5 4E 0 14 128 40 31
Octal 301 55 314 5 116 0 24 450 100 61
Binary 11000001 101101 11001100 101 1001110 0 10100 100101000 1000000 110001

Color Harmonies of #C12DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DCC

Black with #C12DCC

Text Example


Text Example

White with #C12DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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