Html Css Color HEX #C21CBD Deep Magenta

📋 copy color: '#C21CBD'

red 194 ◦ green 28 ◦ blue 189

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

Shades of Deep Magenta #C21CBD

Tints of Deep Magenta #C21CBD

RGB

 RED value IS 194 (76.17% from 255) = 47.2%

 GREEN value IS 28 (11.33% from 255) = 6.81%

 BLUE value IS 189 (74.22% from 255) = 45.99%

R = 47.2%
G = 6.81%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C21CBD (or 0xC21CBD) is known color: Deep Magenta. HEX triplet: C2, 1C and BD. RGB value is (194,28,189). Sum of RGB (Red+Green+Blue) = 194+28+189=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C21CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CBD is #3DE342. Grayscale: #5F5F5F. Windows color (decimal): -4055875 or 12393666. OLE color: 12393666.

HSL color Cylindrical-coordinate representation of color #C21CBD: hue angle of 301.81º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21CBD is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 28 189 -
CMYK 0 0.86 0.03 0.24
HSL 301.81º 0.75% 0.44% -
HSV(B) 301.81º 0.86% 0.76% -
XYZ 31.85 15.97 49.55 -
YUV 95.99 180.5 197.91 -
System Red Green Blue C M Y K H S L
Decimal 194 28 189 0 0.86 0.03 0.24 301.81 0.75 0.44
Hex C2 1C BD 0 56 3 18 12E 4B 2C
Octal 302 34 275 0 126 3 30 456 113 54
Binary 11000010 11100 10111101 0 1010110 11 11000 100101110 1001011 101100

Color Harmonies of #C21CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CBD

Black with #C21CBD

Text Example


Text Example

White with #C21CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CBD; }

 p { color: rgb(194,28,189); }

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

background-color css

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

 a { background-color: rgb(194,28,189); }

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

border-color css

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

 span { border-color: rgb(194,28,189); }

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