Html Css Color HEX #C001B0 Deep Magenta

📋 copy color: '#C001B0'

red 192 ◦ green 1 ◦ blue 176

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

Shades of Deep Magenta #C001B0

Tints of Deep Magenta #C001B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.7%

R = 52.03%
G = 0.27%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C001B0 (or 0xC001B0) is known color: Deep Magenta. HEX triplet: C0, 01 and B0. RGB value is (192,1,176). Sum of RGB (Red+Green+Blue) = 192+1+176=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C001B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C001B0 is #3FFE4F. Grayscale: #4D4D4D. Windows color (decimal): -4193872 or 11534784. OLE color: 11534784.

HSL color Cylindrical-coordinate representation of color #C001B0: hue angle of 305.03º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C001B0 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 1 176 -
CMYK 0 0.99 0.08 0.25
HSL 305.03º 0.99% 0.38% -
HSV(B) 305.03º 0.99% 0.75% -
XYZ 29.59 14.36 42.29 -
YUV 78.06 183.28 209.27 -
System Red Green Blue C M Y K H S L
Decimal 192 1 176 0 0.99 0.08 0.25 305.03 0.99 0.38
Hex C0 1 B0 0 63 8 19 131 63 26
Octal 300 1 260 0 143 10 31 461 143 46
Binary 11000000 1 10110000 0 1100011 1000 11001 100110001 1100011 100110

Color Harmonies of #C001B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C001B0

Black with #C001B0

Text Example


Text Example

White with #C001B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C001B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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