Html Css Color HEX #C21FCF Deep Magenta

📋 copy color: '#C21FCF'

red 194 ◦ green 31 ◦ blue 207

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

Shades of Deep Magenta #C21FCF

Tints of Deep Magenta #C21FCF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.18%

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 44.91%
G = 7.18%
B = 47.92%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C21FCF (or 0xC21FCF) is known color: Deep Magenta. HEX triplet: C2, 1F and CF. RGB value is (194,31,207). Sum of RGB (Red+Green+Blue) = 194+31+207=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #C21FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FCF is #3DE030. Grayscale: #636363. Windows color (decimal): -4055089 or 13574082. OLE color: 13574082.

HSL color Cylindrical-coordinate representation of color #C21FCF: hue angle of 295.57º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21FCF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 31 207 -
CMYK 0.06 0.85 0 0.19
HSL 295.57º 0.74% 0.47% -
HSV(B) 295.57º 0.85% 0.81% -
XYZ 34 16.95 60.51 -
YUV 99.8 188.5 195.19 -
System Red Green Blue C M Y K H S L
Decimal 194 31 207 0.06 0.85 0 0.19 295.57 0.74 0.47
Hex C2 1F CF 6 55 0 13 128 4A 2F
Octal 302 37 317 6 125 0 23 450 112 57
Binary 11000010 11111 11001111 110 1010101 0 10011 100101000 1001010 101111

Color Harmonies of #C21FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FCF

Black with #C21FCF

Text Example


Text Example

White with #C21FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FCF; }

 p { color: rgb(194,31,207); }

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

background-color css

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

 a { background-color: rgb(194,31,207); }

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

border-color css

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

 span { border-color: rgb(194,31,207); }

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