Html Css Color HEX #C917B4 Deep Magenta

📋 copy color: '#C917B4'

red 201 ◦ green 23 ◦ blue 180

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

Shades of Deep Magenta #C917B4

Tints of Deep Magenta #C917B4

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.69%

 BLUE value IS 180 (70.7% from 255) = 44.55%

R = 49.75%
G = 5.69%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C917B4 (or 0xC917B4) is known color: Deep Magenta. HEX triplet: C9, 17 and B4. RGB value is (201,23,180). Sum of RGB (Red+Green+Blue) = 201+23+180=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C917B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917B4 is #36E84B. Grayscale: #5D5D5D. Windows color (decimal): -3598412 or 11802569. OLE color: 11802569.

HSL color Cylindrical-coordinate representation of color #C917B4: hue angle of 307.08º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C917B4 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 23 180 -
CMYK 0 0.89 0.10 0.21
HSL 307.08º 0.79% 0.44% -
HSV(B) 307.08º 0.89% 0.79% -
XYZ 32.63 16.33 44.61 -
YUV 94.12 176.47 204.23 -
System Red Green Blue C M Y K H S L
Decimal 201 23 180 0 0.89 0.10 0.21 307.08 0.79 0.44
Hex C9 17 B4 0 59 A 15 133 4F 2C
Octal 311 27 264 0 131 12 25 463 117 54
Binary 11001001 10111 10110100 0 1011001 1010 10101 100110011 1001111 101100

Color Harmonies of #C917B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C917B4

Black with #C917B4

Text Example


Text Example

White with #C917B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C917B4; }

 p { color: rgb(201,23,180); }

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

background-color css

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

 a { background-color: rgb(201,23,180); }

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

border-color css

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

 span { border-color: rgb(201,23,180); }

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