Html Css Color HEX #C125CC Deep Magenta

📋 copy color: '#C125CC'

red 193 ◦ green 37 ◦ blue 204

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

Shades of Deep Magenta #C125CC

Tints of Deep Magenta #C125CC

RGB

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

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

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

R = 44.47%
G = 8.53%
B = 47%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C125CC (or 0xC125CC) is known color: Deep Magenta. HEX triplet: C1, 25 and CC. RGB value is (193,37,204). Sum of RGB (Red+Green+Blue) = 193+37+204=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #C125CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C125CC is #3EDA33. Grayscale: #666666. Windows color (decimal): -4119092 or 13379009. OLE color: 13379009.

HSL color Cylindrical-coordinate representation of color #C125CC: hue angle of 296.05º 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 #C125CC is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 37 204 -
CMYK 0.05 0.82 0 0.2
HSL 296.05º 0.69% 0.47% -
HSV(B) 296.05º 0.82% 0.8% -
XYZ 33.55 17.02 58.64 -
YUV 102.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 193 37 204 0.05 0.82 0 0.2 296.05 0.69 0.47
Hex C1 25 CC 5 52 0 14 128 45 2F
Octal 301 45 314 5 122 0 24 450 105 57
Binary 11000001 100101 11001100 101 1010010 0 10100 100101000 1000101 101111

Color Harmonies of #C125CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125CC

Black with #C125CC

Text Example


Text Example

White with #C125CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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