Html Css Color HEX #C12DCD Fuchsia

📋 copy color: '#C12DCD'

red 193 ◦ green 45 ◦ blue 205

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

Shades of Fuchsia #C12DCD

Tints of Fuchsia #C12DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 43.57%
G = 10.16%
B = 46.28%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C12DCD (or 0xC12DCD) is known color: Fuchsia. HEX triplet: C1, 2D and CD. RGB value is (193,45,205). Sum of RGB (Red+Green+Blue) = 193+45+205=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #C12DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DCD is #3ED232. Grayscale: #6A6A6A. Windows color (decimal): -4117043 or 13446593. OLE color: 13446593.

HSL color Cylindrical-coordinate representation of color #C12DCD: hue angle of 295.5º 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 #C12DCD is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 45 205 -
CMYK 0.06 0.78 0 0.20
HSL 295.5º 0.64% 0.49% -
HSV(B) 295.5º 0.78% 0.8% -
XYZ 33.95 17.62 59.37 -
YUV 107.49 183.03 188.99 -
System Red Green Blue C M Y K H S L
Decimal 193 45 205 0.06 0.78 0 0.20 295.5 0.64 0.49
Hex C1 2D CD 6 4E 0 14 128 40 31
Octal 301 55 315 6 116 0 24 450 100 61
Binary 11000001 101101 11001101 110 1001110 0 10100 100101000 1000000 110001

Color Harmonies of #C12DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DCD

Black with #C12DCD

Text Example


Text Example

White with #C12DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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