Html Css Color HEX #C125CD Deep Magenta

📋 copy color: '#C125CD'

red 193 ◦ green 37 ◦ blue 205

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

Shades of Deep Magenta #C125CD

Tints of Deep Magenta #C125CD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.51%

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

R = 44.37%
G = 8.51%
B = 47.13%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C125CD (or 0xC125CD) is known color: Deep Magenta. HEX triplet: C1, 25 and CD. RGB value is (193,37,205). Sum of RGB (Red+Green+Blue) = 193+37+205=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #C125CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C125CD is #3EDA32. Grayscale: #666666. Windows color (decimal): -4119091 or 13444545. OLE color: 13444545.

HSL color Cylindrical-coordinate representation of color #C125CD: hue angle of 295.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C125CD is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 37 205 -
CMYK 0.06 0.82 0 0.20
HSL 295.71º 0.69% 0.47% -
HSV(B) 295.71º 0.82% 0.8% -
XYZ 33.67 17.07 59.28 -
YUV 102.8 185.68 192.34 -
System Red Green Blue C M Y K H S L
Decimal 193 37 205 0.06 0.82 0 0.20 295.71 0.69 0.47
Hex C1 25 CD 6 52 0 14 128 45 2F
Octal 301 45 315 6 122 0 24 450 105 57
Binary 11000001 100101 11001101 110 1010010 0 10100 100101000 1000101 101111

Color Harmonies of #C125CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125CD

Black with #C125CD

Text Example


Text Example

White with #C125CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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