Html Css Color HEX #C905CE Deep Magenta

📋 copy color: '#C905CE'

red 201 ◦ green 5 ◦ blue 206

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

Shades of Deep Magenta #C905CE

Tints of Deep Magenta #C905CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50%

R = 48.79%
G = 1.21%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C905CE (or 0xC905CE) is known color: Deep Magenta. HEX triplet: C9, 05 and CE. RGB value is (201,5,206). Sum of RGB (Red+Green+Blue) = 201+5+206=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #C905CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C905CE is #36FA31. Grayscale: #555555. Windows color (decimal): -3602994 or 13501897. OLE color: 13501897.

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

Color convert

RGB 201 5 206 -
CMYK 0.02 0.98 0 0.19
HSL 298.51º 0.95% 0.41% -
HSV(B) 298.51º 0.98% 0.81% -
XYZ 35.28 16.98 59.81 -
YUV 86.52 195.43 209.66 -
System Red Green Blue C M Y K H S L
Decimal 201 5 206 0.02 0.98 0 0.19 298.51 0.95 0.41
Hex C9 5 CE 2 62 0 13 12B 5F 29
Octal 311 5 316 2 142 0 23 453 137 51
Binary 11001001 101 11001110 10 1100010 0 10011 100101011 1011111 101001

Color Harmonies of #C905CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C905CE

Black with #C905CE

Text Example


Text Example

White with #C905CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C905CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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