Html Css Color HEX #C008AF Deep Magenta

📋 copy color: '#C008AF'

red 192 ◦ green 8 ◦ blue 175

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

Shades of Deep Magenta #C008AF

Tints of Deep Magenta #C008AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 51.2%
G = 2.13%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C008AF (or 0xC008AF) is known color: Deep Magenta. HEX triplet: C0, 08 and AF. RGB value is (192,8,175). Sum of RGB (Red+Green+Blue) = 192+8+175=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C008AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C008AF is #3FF750. Grayscale: #515151. Windows color (decimal): -4192081 or 11471040. OLE color: 11471040.

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

Color convert

RGB 192 8 175 -
CMYK 0 0.96 0.09 0.25
HSL 305.54º 0.92% 0.39% -
HSV(B) 305.54º 0.96% 0.75% -
XYZ 29.56 14.48 41.79 -
YUV 82.05 180.46 206.42 -
System Red Green Blue C M Y K H S L
Decimal 192 8 175 0 0.96 0.09 0.25 305.54 0.92 0.39
Hex C0 8 AF 0 60 9 19 132 5C 27
Octal 300 10 257 0 140 11 31 462 134 47
Binary 11000000 1000 10101111 0 1100000 1001 11001 100110010 1011100 100111

Color Harmonies of #C008AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C008AF

Black with #C008AF

Text Example


Text Example

White with #C008AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C008AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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