Html Css Color HEX #C225BB Deep Magenta

📋 copy color: '#C225BB'

red 194 ◦ green 37 ◦ blue 187

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

Shades of Deep Magenta #C225BB

Tints of Deep Magenta #C225BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 46.41%
G = 8.85%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C225BB (or 0xC225BB) is known color: Deep Magenta. HEX triplet: C2, 25 and BB. RGB value is (194,37,187). Sum of RGB (Red+Green+Blue) = 194+37+187=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C225BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C225BB is #3DDA44. Grayscale: #646464. Windows color (decimal): -4053573 or 12264898. OLE color: 12264898.

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

Color convert

RGB 194 37 187 -
CMYK 0 0.81 0.04 0.24
HSL 302.68º 0.68% 0.45% -
HSV(B) 302.68º 0.81% 0.76% -
XYZ 31.88 16.38 48.5 -
YUV 101.04 176.51 194.3 -
System Red Green Blue C M Y K H S L
Decimal 194 37 187 0 0.81 0.04 0.24 302.68 0.68 0.45
Hex C2 25 BB 0 51 4 18 12F 44 2D
Octal 302 45 273 0 121 4 30 457 104 55
Binary 11000010 100101 10111011 0 1010001 100 11000 100101111 1000100 101101

Color Harmonies of #C225BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C225BB

Black with #C225BB

Text Example


Text Example

White with #C225BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C225BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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