Html Css Color HEX #C025BA Deep Magenta

📋 copy color: '#C025BA'

red 192 ◦ green 37 ◦ blue 186

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

Shades of Deep Magenta #C025BA

Tints of Deep Magenta #C025BA

RGB

 RED value IS 192 (75.39% from 255) = 46.27%

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

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 46.27%
G = 8.92%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C025BA (or 0xC025BA) is known color: Deep Magenta. HEX triplet: C0, 25 and BA. RGB value is (192,37,186). Sum of RGB (Red+Green+Blue) = 192+37+186=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C025BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C025BA is #3FDA45. Grayscale: #636363. Windows color (decimal): -4184646 or 12199360. OLE color: 12199360.

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

Color convert

RGB 192 37 186 -
CMYK 0 0.81 0.03 0.25
HSL 302.32º 0.68% 0.45% -
HSV(B) 302.32º 0.81% 0.75% -
XYZ 31.26 16.07 47.91 -
YUV 100.33 176.35 193.38 -
System Red Green Blue C M Y K H S L
Decimal 192 37 186 0 0.81 0.03 0.25 302.32 0.68 0.45
Hex C0 25 BA 0 51 3 19 12E 44 2D
Octal 300 45 272 0 121 3 31 456 104 55
Binary 11000000 100101 10111010 0 1010001 11 11001 100101110 1000100 101101

Color Harmonies of #C025BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C025BA

Black with #C025BA

Text Example


Text Example

White with #C025BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C025BA; }

 p { color: rgb(192,37,186); }

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

background-color css

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

 a { background-color: rgb(192,37,186); }

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

border-color css

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

 span { border-color: rgb(192,37,186); }

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