Html Css Color HEX #AF0CBF Deep Magenta

📋 copy color: '#AF0CBF'

red 175 ◦ green 12 ◦ blue 191

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

Shades of Deep Magenta #AF0CBF

Tints of Deep Magenta #AF0CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.53%

R = 46.3%
G = 3.17%
B = 50.53%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF0CBF (or 0xAF0CBF) is known color: Deep Magenta. HEX triplet: AF, 0C and BF. RGB value is (175,12,191). Sum of RGB (Red+Green+Blue) = 175+12+191=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF0CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CBF is #50F340. Grayscale: #505050. Windows color (decimal): -5305153 or 12520623. OLE color: 12520623.

HSL color Cylindrical-coordinate representation of color #AF0CBF: hue angle of 294.64º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0CBF is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 12 191 -
CMYK 0.08 0.94 0 0.25
HSL 294.64º 0.88% 0.4% -
HSV(B) 294.64º 0.94% 0.75% -
XYZ 27.21 13.14 50.39 -
YUV 81.14 190 194.95 -
System Red Green Blue C M Y K H S L
Decimal 175 12 191 0.08 0.94 0 0.25 294.64 0.88 0.4
Hex AF C BF 8 5E 0 19 127 58 28
Octal 257 14 277 10 136 0 31 447 130 50
Binary 10101111 1100 10111111 1000 1011110 0 11001 100100111 1011000 101000

Color Harmonies of #AF0CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CBF

Black with #AF0CBF

Text Example


Text Example

White with #AF0CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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