Html Css Color HEX #C917CA Deep Magenta

📋 copy color: '#C917CA'

red 201 ◦ green 23 ◦ blue 202

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

Shades of Deep Magenta #C917CA

Tints of Deep Magenta #C917CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.42%

R = 47.18%
G = 5.4%
B = 47.42%

CMYK

 C value IS 0.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C917CA (or 0xC917CA) is known color: Deep Magenta. HEX triplet: C9, 17 and CA. RGB value is (201,23,202). Sum of RGB (Red+Green+Blue) = 201+23+202=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #C917CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917CA is #36E835. Grayscale: #606060. Windows color (decimal): -3598390 or 13244361. OLE color: 13244361.

HSL color Cylindrical-coordinate representation of color #C917CA: hue angle of 299.66º degrees, saturation: 0.8, 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 #C917CA is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 23 202 -
CMYK 0.00 0.89 0 0.21
HSL 299.66º 0.8% 0.44% -
HSV(B) 299.66º 0.89% 0.79% -
XYZ 35.05 17.29 57.37 -
YUV 96.63 187.47 202.45 -
System Red Green Blue C M Y K H S L
Decimal 201 23 202 0.00 0.89 0 0.21 299.66 0.8 0.44
Hex C9 17 CA 0 59 0 15 12C 50 2C
Octal 311 27 312 0 131 0 25 454 120 54
Binary 11001001 10111 11001010 0 1011001 0 10101 100101100 1010000 101100

Color Harmonies of #C917CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C917CA

Black with #C917CA

Text Example


Text Example

White with #C917CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C917CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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