Html Css Color HEX #C008B3 Deep Magenta

📋 copy color: '#C008B3'

red 192 ◦ green 8 ◦ blue 179

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

Shades of Deep Magenta #C008B3

Tints of Deep Magenta #C008B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.23%

R = 50.66%
G = 2.11%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C008B3 (or 0xC008B3) is known color: Deep Magenta. HEX triplet: C0, 08 and B3. RGB value is (192,8,179). Sum of RGB (Red+Green+Blue) = 192+8+179=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C008B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C008B3 is #3FF74C. Grayscale: #525252. Windows color (decimal): -4192077 or 11733184. OLE color: 11733184.

HSL color Cylindrical-coordinate representation of color #C008B3: hue angle of 304.24º 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 #C008B3 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 179 -
CMYK 0 0.96 0.07 0.25
HSL 304.24º 0.92% 0.39% -
HSV(B) 304.24º 0.96% 0.75% -
XYZ 29.96 14.63 43.89 -
YUV 82.51 182.46 206.1 -
System Red Green Blue C M Y K H S L
Decimal 192 8 179 0 0.96 0.07 0.25 304.24 0.92 0.39
Hex C0 8 B3 0 60 7 19 130 5C 27
Octal 300 10 263 0 140 7 31 460 134 47
Binary 11000000 1000 10110011 0 1100000 111 11001 100110000 1011100 100111

Color Harmonies of #C008B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C008B3

Black with #C008B3

Text Example


Text Example

White with #C008B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C008B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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