Html Css Color HEX #AF03CA Deep Magenta

📋 copy color: '#AF03CA'

red 175 ◦ green 3 ◦ blue 202

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

Shades of Deep Magenta #AF03CA

Tints of Deep Magenta #AF03CA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 46.05%
G = 0.79%
B = 53.16%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF03CA (or 0xAF03CA) is known color: Deep Magenta. HEX triplet: AF, 03 and CA. RGB value is (175,3,202). Sum of RGB (Red+Green+Blue) = 175+3+202=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF03CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03CA is #50FC35. Grayscale: #4C4C4C. Windows color (decimal): -5307446 or 13239215. OLE color: 13239215.

HSL color Cylindrical-coordinate representation of color #AF03CA: hue angle of 291.86º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF03CA is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 3 202 -
CMYK 0.13 0.99 0 0.21
HSL 291.86º 0.97% 0.4% -
HSV(B) 291.86º 0.99% 0.79% -
XYZ 28.37 13.44 56.98 -
YUV 77.11 198.48 197.82 -
System Red Green Blue C M Y K H S L
Decimal 175 3 202 0.13 0.99 0 0.21 291.86 0.97 0.4
Hex AF 3 CA D 63 0 15 124 61 28
Octal 257 3 312 15 143 0 25 444 141 50
Binary 10101111 11 11001010 1101 1100011 0 10101 100100100 1100001 101000

Color Harmonies of #AF03CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03CA

Black with #AF03CA

Text Example


Text Example

White with #AF03CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03CA; }

 p { color: rgb(175,3,202); }

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

background-color css

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

 a { background-color: rgb(175,3,202); }

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

border-color css

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

 span { border-color: rgb(175,3,202); }

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