Html Css Color HEX #CF1CC4 Deep Magenta

📋 copy color: '#CF1CC4'

red 207 ◦ green 28 ◦ blue 196

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

Shades of Deep Magenta #CF1CC4

Tints of Deep Magenta #CF1CC4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.5%

 BLUE value IS 196 (76.95% from 255) = 45.48%

R = 48.03%
G = 6.5%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF1CC4 (or 0xCF1CC4) is known color: Deep Magenta. HEX triplet: CF, 1C and C4. RGB value is (207,28,196). Sum of RGB (Red+Green+Blue) = 207+28+196=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1CC4 is #30E33B. Grayscale: #646464. Windows color (decimal): -3203900 or 12852431. OLE color: 12852431.

HSL color Cylindrical-coordinate representation of color #CF1CC4: hue angle of 303.69º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1CC4 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 28 196 -
CMYK 0 0.86 0.05 0.19
HSL 303.69º 0.76% 0.46% -
HSV(B) 303.69º 0.86% 0.81% -
XYZ 36.11 18.08 53.81 -
YUV 100.67 181.8 203.84 -
System Red Green Blue C M Y K H S L
Decimal 207 28 196 0 0.86 0.05 0.19 303.69 0.76 0.46
Hex CF 1C C4 0 56 5 13 130 4C 2E
Octal 317 34 304 0 126 5 23 460 114 56
Binary 11001111 11100 11000100 0 1010110 101 10011 100110000 1001100 101110

Color Harmonies of #CF1CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1CC4

Black with #CF1CC4

Text Example


Text Example

White with #CF1CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1CC4; }

 p { color: rgb(207,28,196); }

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

background-color css

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

 a { background-color: rgb(207,28,196); }

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

border-color css

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

 span { border-color: rgb(207,28,196); }

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