Html Css Color HEX #C001C4 Deep Magenta

📋 copy color: '#C001C4'

red 192 ◦ green 1 ◦ blue 196

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

Shades of Deep Magenta #C001C4

Tints of Deep Magenta #C001C4

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 196 (76.95% from 255) = 50.39%

R = 49.36%
G = 0.26%
B = 50.39%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C001C4 (or 0xC001C4) is known color: Deep Magenta. HEX triplet: C0, 01 and C4. RGB value is (192,1,196). Sum of RGB (Red+Green+Blue) = 192+1+196=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #C001C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001C4 is #3FFE3B. Grayscale: #4F4F4F. Windows color (decimal): -4193852 or 12845504. OLE color: 12845504.

HSL color Cylindrical-coordinate representation of color #C001C4: hue angle of 298.77º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C001C4 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 1 196 -
CMYK 0.02 0.99 0 0.23
HSL 298.77º 0.99% 0.39% -
HSV(B) 298.77º 0.99% 0.77% -
XYZ 31.71 15.21 53.49 -
YUV 80.34 193.28 207.64 -
System Red Green Blue C M Y K H S L
Decimal 192 1 196 0.02 0.99 0 0.23 298.77 0.99 0.39
Hex C0 1 C4 2 63 0 17 12B 63 27
Octal 300 1 304 2 143 0 27 453 143 47
Binary 11000000 1 11000100 10 1100011 0 10111 100101011 1100011 100111

Color Harmonies of #C001C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C001C4

Black with #C001C4

Text Example


Text Example

White with #C001C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C001C4; }

 p { color: rgb(192,1,196); }

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

background-color css

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

 a { background-color: rgb(192,1,196); }

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

border-color css

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

 span { border-color: rgb(192,1,196); }

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