Html Css Color HEX #C914BC Deep Magenta

📋 copy color: '#C914BC'

red 201 ◦ green 20 ◦ blue 188

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

Shades of Deep Magenta #C914BC

Tints of Deep Magenta #C914BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.89%

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

R = 49.14%
G = 4.89%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C914BC (or 0xC914BC) is known color: Deep Magenta. HEX triplet: C9, 14 and BC. RGB value is (201,20,188). Sum of RGB (Red+Green+Blue) = 201+20+188=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C914BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C914BC is #36EB43. Grayscale: #5C5C5C. Windows color (decimal): -3599172 or 12326089. OLE color: 12326089.

HSL color Cylindrical-coordinate representation of color #C914BC: hue angle of 304.31º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C914BC is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 20 188 -
CMYK 0 0.90 0.06 0.21
HSL 304.31º 0.82% 0.43% -
HSV(B) 304.31º 0.9% 0.79% -
XYZ 33.41 16.55 49.01 -
YUV 93.27 181.47 204.84 -
System Red Green Blue C M Y K H S L
Decimal 201 20 188 0 0.90 0.06 0.21 304.31 0.82 0.43
Hex C9 14 BC 0 5A 6 15 130 52 2B
Octal 311 24 274 0 132 6 25 460 122 53
Binary 11001001 10100 10111100 0 1011010 110 10101 100110000 1010010 101011

Color Harmonies of #C914BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C914BC

Black with #C914BC

Text Example


Text Example

White with #C914BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C914BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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