Html Css Color HEX #CF00AF Deep Magenta

📋 copy color: '#CF00AF'

red 207 ◦ green 0 ◦ blue 175

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

Shades of Deep Magenta #CF00AF

Tints of Deep Magenta #CF00AF

RGB

 RED value IS 207 (81.25% from 255) = 54.19%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.19%
G = 0%
B = 45.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF00AF (or 0xCF00AF) is known color: Deep Magenta. HEX triplet: CF, 00 and AF. RGB value is (207,0,175). Sum of RGB (Red+Green+Blue) = 207+0+175=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF00AF is #30FF50. Grayscale: #515151. Windows color (decimal): -3211089 or 11469007. OLE color: 11469007.

HSL color Cylindrical-coordinate representation of color #CF00AF: hue angle of 309.28º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00AF is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 0 175 -
CMYK 0 1 0.15 0.19
HSL 309.28º 1% 0.41% -
HSV(B) 309.28º 1% 0.81% -
XYZ 33.47 16.36 41.95 -
YUV 81.84 180.58 217.27 -
System Red Green Blue C M Y K H S L
Decimal 207 0 175 0 1 0.15 0.19 309.28 1 0.41
Hex CF 0 AF 0 64 F 13 135 64 29
Octal 317 0 257 0 144 17 23 465 144 51
Binary 11001111 0 10101111 0 1100100 1111 10011 100110101 1100100 101001

Color Harmonies of #CF00AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00AF

Black with #CF00AF

Text Example


Text Example

White with #CF00AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00AF; }

 p { color: rgb(207,0,175); }

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

background-color css

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

 a { background-color: rgb(207,0,175); }

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

border-color css

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

 span { border-color: rgb(207,0,175); }

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