Html Css Color HEX #C01CC1 Deep Magenta

📋 copy color: '#C01CC1'

red 192 ◦ green 28 ◦ blue 193

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

Shades of Deep Magenta #C01CC1

Tints of Deep Magenta #C01CC1

RGB

 RED value IS 192 (75.39% from 255) = 46.49%

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

 BLUE value IS 193 (75.78% from 255) = 46.73%

R = 46.49%
G = 6.78%
B = 46.73%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C01CC1 (or 0xC01CC1) is known color: Deep Magenta. HEX triplet: C0, 1C and C1. RGB value is (192,28,193). Sum of RGB (Red+Green+Blue) = 192+28+193=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #C01CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CC1 is #3FE33E. Grayscale: #5F5F5F. Windows color (decimal): -4186943 or 12655808. OLE color: 12655808.

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

Color convert

RGB 192 28 193 -
CMYK 0.01 0.85 0 0.24
HSL 299.64º 0.75% 0.43% -
HSV(B) 299.64º 0.85% 0.76% -
XYZ 31.78 15.89 51.84 -
YUV 95.85 182.83 196.58 -
System Red Green Blue C M Y K H S L
Decimal 192 28 193 0.01 0.85 0 0.24 299.64 0.75 0.43
Hex C0 1C C1 1 55 0 18 12C 4B 2B
Octal 300 34 301 1 125 0 30 454 113 53
Binary 11000000 11100 11000001 1 1010101 0 11000 100101100 1001011 101011

Color Harmonies of #C01CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CC1

Black with #C01CC1

Text Example


Text Example

White with #C01CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CC1; }

 p { color: rgb(192,28,193); }

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

background-color css

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

 a { background-color: rgb(192,28,193); }

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

border-color css

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

 span { border-color: rgb(192,28,193); }

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