Html Css Color HEX #CF05AF Deep Magenta

📋 copy color: '#CF05AF'

red 207 ◦ green 5 ◦ blue 175

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

Shades of Deep Magenta #CF05AF

Tints of Deep Magenta #CF05AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

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

R = 53.49%
G = 1.29%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF05AF (or 0xCF05AF) is known color: Deep Magenta. HEX triplet: CF, 05 and AF. RGB value is (207,5,175). Sum of RGB (Red+Green+Blue) = 207+5+175=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF05AF is #30FA50. Grayscale: #545454. Windows color (decimal): -3209809 or 11470287. OLE color: 11470287.

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

Color convert

RGB 207 5 175 -
CMYK 0 0.98 0.15 0.19
HSL 309.5º 0.95% 0.42% -
HSV(B) 309.5º 0.98% 0.81% -
XYZ 33.52 16.47 41.97 -
YUV 84.78 178.92 215.18 -
System Red Green Blue C M Y K H S L
Decimal 207 5 175 0 0.98 0.15 0.19 309.5 0.95 0.42
Hex CF 5 AF 0 62 F 13 136 5F 2A
Octal 317 5 257 0 142 17 23 466 137 52
Binary 11001111 101 10101111 0 1100010 1111 10011 100110110 1011111 101010

Color Harmonies of #CF05AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF05AF

Black with #CF05AF

Text Example


Text Example

White with #CF05AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF05AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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