Html Css Color HEX #C127DA Deep Magenta

📋 copy color: '#C127DA'

red 193 ◦ green 39 ◦ blue 218

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

Shades of Deep Magenta #C127DA

Tints of Deep Magenta #C127DA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.67%

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 42.89%
G = 8.67%
B = 48.44%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C127DA (or 0xC127DA) is known color: Deep Magenta. HEX triplet: C1, 27 and DA. RGB value is (193,39,218). Sum of RGB (Red+Green+Blue) = 193+39+218=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #C127DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C127DA is #3ED825. Grayscale: #686868. Windows color (decimal): -4118566 or 14297025. OLE color: 14297025.

HSL color Cylindrical-coordinate representation of color #C127DA: hue angle of 291.62º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C127DA is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 39 218 -
CMYK 0.11 0.82 0 0.15
HSL 291.62º 0.71% 0.5% -
HSV(B) 291.62º 0.82% 0.85% -
XYZ 35.37 17.85 67.91 -
YUV 105.45 191.52 190.45 -
System Red Green Blue C M Y K H S L
Decimal 193 39 218 0.11 0.82 0 0.15 291.62 0.71 0.5
Hex C1 27 DA B 52 0 F 124 47 32
Octal 301 47 332 13 122 0 17 444 107 62
Binary 11000001 100111 11011010 1011 1010010 0 1111 100100100 1000111 110010

Color Harmonies of #C127DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C127DA

Black with #C127DA

Text Example


Text Example

White with #C127DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C127DA; }

 p { color: rgb(193,39,218); }

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

background-color css

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

 a { background-color: rgb(193,39,218); }

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

border-color css

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

 span { border-color: rgb(193,39,218); }

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