Html Css Color HEX #C225CD Deep Magenta

📋 copy color: '#C225CD'

red 194 ◦ green 37 ◦ blue 205

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

Shades of Deep Magenta #C225CD

Tints of Deep Magenta #C225CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 44.5%
G = 8.49%
B = 47.02%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C225CD (or 0xC225CD) is known color: Deep Magenta. HEX triplet: C2, 25 and CD. RGB value is (194,37,205). Sum of RGB (Red+Green+Blue) = 194+37+205=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #C225CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C225CD is #3DDA32. Grayscale: #666666. Windows color (decimal): -4053555 or 13444546. OLE color: 13444546.

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

Color convert

RGB 194 37 205 -
CMYK 0.05 0.82 0 0.20
HSL 296.07º 0.69% 0.47% -
HSV(B) 296.07º 0.82% 0.8% -
XYZ 33.93 17.2 59.29 -
YUV 103.1 185.51 192.84 -
System Red Green Blue C M Y K H S L
Decimal 194 37 205 0.05 0.82 0 0.20 296.07 0.69 0.47
Hex C2 25 CD 5 52 0 14 128 45 2F
Octal 302 45 315 5 122 0 24 450 105 57
Binary 11000010 100101 11001101 101 1010010 0 10100 100101000 1000101 101111

Color Harmonies of #C225CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C225CD

Black with #C225CD

Text Example


Text Example

White with #C225CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C225CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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