Html Css Color HEX #C905CD Deep Magenta

📋 copy color: '#C905CD'

red 201 ◦ green 5 ◦ blue 205

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

Shades of Deep Magenta #C905CD

Tints of Deep Magenta #C905CD

RGB

 RED value IS 201 (78.91% from 255) = 48.91%

 GREEN value IS 5 (2.34% from 255) = 1.22%

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

R = 48.91%
G = 1.22%
B = 49.88%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C905CD (or 0xC905CD) is known color: Deep Magenta. HEX triplet: C9, 05 and CD. RGB value is (201,5,205). Sum of RGB (Red+Green+Blue) = 201+5+205=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #C905CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C905CD is #36FA32. Grayscale: #555555. Windows color (decimal): -3602995 or 13436361. OLE color: 13436361.

HSL color Cylindrical-coordinate representation of color #C905CD: hue angle of 298.8º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C905CD is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 5 205 -
CMYK 0.02 0.98 0 0.20
HSL 298.8º 0.95% 0.41% -
HSV(B) 298.8º 0.98% 0.8% -
XYZ 35.16 16.93 59.17 -
YUV 86.4 194.93 209.74 -
System Red Green Blue C M Y K H S L
Decimal 201 5 205 0.02 0.98 0 0.20 298.8 0.95 0.41
Hex C9 5 CD 2 62 0 14 12B 5F 29
Octal 311 5 315 2 142 0 24 453 137 51
Binary 11001001 101 11001101 10 1100010 0 10100 100101011 1011111 101001

Color Harmonies of #C905CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C905CD

Black with #C905CD

Text Example


Text Example

White with #C905CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C905CD; }

 p { color: rgb(201,5,205); }

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

background-color css

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

 a { background-color: rgb(201,5,205); }

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

border-color css

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

 span { border-color: rgb(201,5,205); }

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