Html Css Color HEX #C12DCE Fuchsia

📋 copy color: '#C12DCE'

red 193 ◦ green 45 ◦ blue 206

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

Shades of Fuchsia #C12DCE

Tints of Fuchsia #C12DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 43.47%
G = 10.14%
B = 46.4%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C12DCE (or 0xC12DCE) is known color: Fuchsia. HEX triplet: C1, 2D and CE. RGB value is (193,45,206). Sum of RGB (Red+Green+Blue) = 193+45+206=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #C12DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DCE is #3ED231. Grayscale: #6B6B6B. Windows color (decimal): -4117042 or 13512129. OLE color: 13512129.

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

Color convert

RGB 193 45 206 -
CMYK 0.06 0.78 0 0.19
HSL 295.16º 0.64% 0.49% -
HSV(B) 295.16º 0.78% 0.81% -
XYZ 34.07 17.67 60.01 -
YUV 107.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 193 45 206 0.06 0.78 0 0.19 295.16 0.64 0.49
Hex C1 2D CE 6 4E 0 13 127 40 31
Octal 301 55 316 6 116 0 23 447 100 61
Binary 11000001 101101 11001110 110 1001110 0 10011 100100111 1000000 110001

Color Harmonies of #C12DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DCE

Black with #C12DCE

Text Example


Text Example

White with #C12DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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