Html Css Color HEX #C008C1 Deep Magenta

📋 copy color: '#C008C1'

red 192 ◦ green 8 ◦ blue 193

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

Shades of Deep Magenta #C008C1

Tints of Deep Magenta #C008C1

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.04%

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

R = 48.85%
G = 2.04%
B = 49.11%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C008C1 (or 0xC008C1) is known color: Deep Magenta. HEX triplet: C0, 08 and C1. RGB value is (192,8,193). Sum of RGB (Red+Green+Blue) = 192+8+193=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #C008C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C008C1 is #3FF73E. Grayscale: #535353. Windows color (decimal): -4192063 or 12650688. OLE color: 12650688.

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

Color convert

RGB 192 8 193 -
CMYK 0.01 0.96 0 0.24
HSL 299.68º 0.92% 0.39% -
HSV(B) 299.68º 0.96% 0.76% -
XYZ 31.45 15.23 51.73 -
YUV 84.11 189.46 204.96 -
System Red Green Blue C M Y K H S L
Decimal 192 8 193 0.01 0.96 0 0.24 299.68 0.92 0.39
Hex C0 8 C1 1 60 0 18 12C 5C 27
Octal 300 10 301 1 140 0 30 454 134 47
Binary 11000000 1000 11000001 1 1100000 0 11000 100101100 1011100 100111

Color Harmonies of #C008C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C008C1

Black with #C008C1

Text Example


Text Example

White with #C008C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C008C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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