Html Css Color HEX #C125B6 Deep Magenta

📋 copy color: '#C125B6'

red 193 ◦ green 37 ◦ blue 182

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

Shades of Deep Magenta #C125B6

Tints of Deep Magenta #C125B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.17%

R = 46.84%
G = 8.98%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C125B6 (or 0xC125B6) is known color: Deep Magenta. HEX triplet: C1, 25 and B6. RGB value is (193,37,182). Sum of RGB (Red+Green+Blue) = 193+37+182=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C125B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C125B6 is #3EDA49. Grayscale: #636363. Windows color (decimal): -4119114 or 11937217. OLE color: 11937217.

HSL color Cylindrical-coordinate representation of color #C125B6: hue angle of 304.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C125B6 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 182 -
CMYK 0 0.81 0.06 0.24
HSL 304.23º 0.68% 0.45% -
HSV(B) 304.23º 0.81% 0.76% -
XYZ 31.1 16.04 45.71 -
YUV 100.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 193 37 182 0 0.81 0.06 0.24 304.23 0.68 0.45
Hex C1 25 B6 0 51 6 18 130 44 2D
Octal 301 45 266 0 121 6 30 460 104 55
Binary 11000001 100101 10110110 0 1010001 110 11000 100110000 1000100 101101

Color Harmonies of #C125B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125B6

Black with #C125B6

Text Example


Text Example

White with #C125B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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