Html Css Color HEX #C918BC Deep Magenta

📋 copy color: '#C918BC'

red 201 ◦ green 24 ◦ blue 188

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

Shades of Deep Magenta #C918BC

Tints of Deep Magenta #C918BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 48.67%
G = 5.81%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C918BC (or 0xC918BC) is known color: Deep Magenta. HEX triplet: C9, 18 and BC. RGB value is (201,24,188). Sum of RGB (Red+Green+Blue) = 201+24+188=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C918BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C918BC is #36E743. Grayscale: #5F5F5F. Windows color (decimal): -3598148 or 12327113. OLE color: 12327113.

HSL color Cylindrical-coordinate representation of color #C918BC: hue angle of 304.41º 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 #C918BC is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 24 188 -
CMYK 0 0.88 0.06 0.21
HSL 304.41º 0.79% 0.44% -
HSV(B) 304.41º 0.88% 0.79% -
XYZ 33.49 16.7 49.04 -
YUV 95.62 180.14 203.16 -
System Red Green Blue C M Y K H S L
Decimal 201 24 188 0 0.88 0.06 0.21 304.41 0.79 0.44
Hex C9 18 BC 0 58 6 15 130 4F 2C
Octal 311 30 274 0 130 6 25 460 117 54
Binary 11001001 11000 10111100 0 1011000 110 10101 100110000 1001111 101100

Color Harmonies of #C918BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918BC

Black with #C918BC

Text Example


Text Example

White with #C918BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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