Html Css Color HEX #C918CA Deep Magenta

📋 copy color: '#C918CA'

red 201 ◦ green 24 ◦ blue 202

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

Shades of Deep Magenta #C918CA

Tints of Deep Magenta #C918CA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.62%

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

R = 47.07%
G = 5.62%
B = 47.31%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C918CA (or 0xC918CA) is known color: Deep Magenta. HEX triplet: C9, 18 and CA. RGB value is (201,24,202). Sum of RGB (Red+Green+Blue) = 201+24+202=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #C918CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C918CA is #36E735. Grayscale: #606060. Windows color (decimal): -3598134 or 13244617. OLE color: 13244617.

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

Color convert

RGB 201 24 202 -
CMYK 0.00 0.88 0 0.21
HSL 299.66º 0.79% 0.44% -
HSV(B) 299.66º 0.88% 0.79% -
XYZ 35.07 17.34 57.37 -
YUV 97.22 187.14 202.03 -
System Red Green Blue C M Y K H S L
Decimal 201 24 202 0.00 0.88 0 0.21 299.66 0.79 0.44
Hex C9 18 CA 0 58 0 15 12C 4F 2C
Octal 311 30 312 0 130 0 25 454 117 54
Binary 11001001 11000 11001010 0 1011000 0 10101 100101100 1001111 101100

Color Harmonies of #C918CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918CA

Black with #C918CA

Text Example


Text Example

White with #C918CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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