Html Css Color HEX #C008C6 Deep Magenta

📋 copy color: '#C008C6'

red 192 ◦ green 8 ◦ blue 198

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

Shades of Deep Magenta #C008C6

Tints of Deep Magenta #C008C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.75%

R = 48.24%
G = 2.01%
B = 49.75%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C008C6 (or 0xC008C6) is known color: Deep Magenta. HEX triplet: C0, 08 and C6. RGB value is (192,8,198). Sum of RGB (Red+Green+Blue) = 192+8+198=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 198 (77.73% from 255 or 49.75% from 398); Max value from RGB is 198 - color contains mainly: blue. Hex color #C008C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C008C6 is #3FF739. Grayscale: #545454. Windows color (decimal): -4192058 or 12978368. OLE color: 12978368.

HSL color Cylindrical-coordinate representation of color #C008C6: hue angle of 298.11º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C008C6 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 8 198 -
CMYK 0.03 0.96 0 0.22
HSL 298.11º 0.92% 0.4% -
HSV(B) 298.11º 0.96% 0.78% -
XYZ 32.02 15.46 54.72 -
YUV 84.68 191.96 204.55 -
System Red Green Blue C M Y K H S L
Decimal 192 8 198 0.03 0.96 0 0.22 298.11 0.92 0.4
Hex C0 8 C6 3 60 0 16 12A 5C 28
Octal 300 10 306 3 140 0 26 452 134 50
Binary 11000000 1000 11000110 11 1100000 0 10110 100101010 1011100 101000

Color Harmonies of #C008C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C008C6

Black with #C008C6

Text Example


Text Example

White with #C008C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C008C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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