Html Css Color HEX #AF0CBD Deep Magenta

📋 copy color: '#AF0CBD'

red 175 ◦ green 12 ◦ blue 189

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

Shades of Deep Magenta #AF0CBD

Tints of Deep Magenta #AF0CBD

RGB

 RED value IS 175 (68.75% from 255) = 46.54%

 GREEN value IS 12 (5.08% from 255) = 3.19%

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 46.54%
G = 3.19%
B = 50.27%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF0CBD (or 0xAF0CBD) is known color: Deep Magenta. HEX triplet: AF, 0C and BD. RGB value is (175,12,189). Sum of RGB (Red+Green+Blue) = 175+12+189=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF0CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CBD is #50F342. Grayscale: #505050. Windows color (decimal): -5305155 or 12389551. OLE color: 12389551.

HSL color Cylindrical-coordinate representation of color #AF0CBD: hue angle of 295.25º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0CBD is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 12 189 -
CMYK 0.07 0.94 0 0.26
HSL 295.25º 0.88% 0.39% -
HSV(B) 295.25º 0.94% 0.74% -
XYZ 27 13.05 49.24 -
YUV 80.92 189 195.11 -
System Red Green Blue C M Y K H S L
Decimal 175 12 189 0.07 0.94 0 0.26 295.25 0.88 0.39
Hex AF C BD 7 5E 0 1A 127 58 27
Octal 257 14 275 7 136 0 32 447 130 47
Binary 10101111 1100 10111101 111 1011110 0 11010 100100111 1011000 100111

Color Harmonies of #AF0CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CBD

Black with #AF0CBD

Text Example


Text Example

White with #AF0CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CBD; }

 p { color: rgb(175,12,189); }

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

background-color css

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

 a { background-color: rgb(175,12,189); }

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

border-color css

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

 span { border-color: rgb(175,12,189); }

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