Html Css Color HEX #C225BD Deep Magenta

📋 copy color: '#C225BD'

red 194 ◦ green 37 ◦ blue 189

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

Shades of Deep Magenta #C225BD

Tints of Deep Magenta #C225BD

RGB

 RED value IS 194 (76.17% from 255) = 46.19%

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

 BLUE value IS 189 (74.22% from 255) = 45%

R = 46.19%
G = 8.81%
B = 45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C225BD (or 0xC225BD) is known color: Deep Magenta. HEX triplet: C2, 25 and BD. RGB value is (194,37,189). Sum of RGB (Red+Green+Blue) = 194+37+189=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C225BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C225BD is #3DDA42. Grayscale: #646464. Windows color (decimal): -4053571 or 12395970. OLE color: 12395970.

HSL color Cylindrical-coordinate representation of color #C225BD: hue angle of 301.91º 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 #C225BD is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 37 189 -
CMYK 0 0.81 0.03 0.24
HSL 301.91º 0.68% 0.45% -
HSV(B) 301.91º 0.81% 0.76% -
XYZ 32.1 16.47 49.63 -
YUV 101.27 177.51 194.14 -
System Red Green Blue C M Y K H S L
Decimal 194 37 189 0 0.81 0.03 0.24 301.91 0.68 0.45
Hex C2 25 BD 0 51 3 18 12E 44 2D
Octal 302 45 275 0 121 3 30 456 104 55
Binary 11000010 100101 10111101 0 1010001 11 11000 100101110 1000100 101101

Color Harmonies of #C225BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C225BD

Black with #C225BD

Text Example


Text Example

White with #C225BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C225BD; }

 p { color: rgb(194,37,189); }

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

background-color css

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

 a { background-color: rgb(194,37,189); }

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

border-color css

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

 span { border-color: rgb(194,37,189); }

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