Html Css Color HEX #C127CC Deep Magenta

📋 copy color: '#C127CC'

red 193 ◦ green 39 ◦ blue 204

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

Shades of Deep Magenta #C127CC

Tints of Deep Magenta #C127CC

RGB

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

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

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

R = 44.27%
G = 8.94%
B = 46.79%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C127CC (or 0xC127CC) is known color: Deep Magenta. HEX triplet: C1, 27 and CC. RGB value is (193,39,204). Sum of RGB (Red+Green+Blue) = 193+39+204=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #C127CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C127CC is #3ED833. Grayscale: #676767. Windows color (decimal): -4118580 or 13379521. OLE color: 13379521.

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

Color convert

RGB 193 39 204 -
CMYK 0.05 0.81 0 0.2
HSL 296º 0.68% 0.48% -
HSV(B) 296º 0.81% 0.8% -
XYZ 33.62 17.15 58.66 -
YUV 103.86 184.52 191.58 -
System Red Green Blue C M Y K H S L
Decimal 193 39 204 0.05 0.81 0 0.2 296 0.68 0.48
Hex C1 27 CC 5 51 0 14 128 44 30
Octal 301 47 314 5 121 0 24 450 104 60
Binary 11000001 100111 11001100 101 1010001 0 10100 100101000 1000100 110000

Color Harmonies of #C127CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C127CC

Black with #C127CC

Text Example


Text Example

White with #C127CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C127CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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