Html Css Color HEX #C225B2 Deep Magenta

📋 copy color: '#C225B2'

red 194 ◦ green 37 ◦ blue 178

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

Shades of Deep Magenta #C225B2

Tints of Deep Magenta #C225B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.52%

R = 47.43%
G = 9.05%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C225B2 (or 0xC225B2) is known color: Deep Magenta. HEX triplet: C2, 25 and B2. RGB value is (194,37,178). Sum of RGB (Red+Green+Blue) = 194+37+178=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C225B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C225B2 is #3DDA4D. Grayscale: #636363. Windows color (decimal): -4053582 or 11675074. OLE color: 11675074.

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

Color convert

RGB 194 37 178 -
CMYK 0 0.81 0.08 0.24
HSL 306.11º 0.68% 0.45% -
HSV(B) 306.11º 0.81% 0.76% -
XYZ 30.95 16.01 43.58 -
YUV 100.02 172.01 195.04 -
System Red Green Blue C M Y K H S L
Decimal 194 37 178 0 0.81 0.08 0.24 306.11 0.68 0.45
Hex C2 25 B2 0 51 8 18 132 44 2D
Octal 302 45 262 0 121 10 30 462 104 55
Binary 11000010 100101 10110010 0 1010001 1000 11000 100110010 1000100 101101

Color Harmonies of #C225B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C225B2

Black with #C225B2

Text Example


Text Example

White with #C225B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C225B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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